Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

It's out! We're all stoked, it looks great. We're all excited to explore its possibilities.

But we are also PICOTRON PIONEERS...

So post your bugs here!

44
425 comments


Hi,

I'm thinking about drafting a trailer/ad for Lexaloffle's fantasy consoles (PICO-8, Voxatron and possibly Picotron). if anyone has any carts they want to submit for a highlight reel, or any ideas for the trailer, please leave a post in this thread!

MonsieurWaffle

0 comments


I am using the stock player character system to select a player character at the beginning of the game, and I placed 8 characters in the world. However, the 3 that I created (and placed) last have a permanent "P1" pointer floating above them and can't be selected. Is this normal? If so, how should I go about my character selection? If not, can I fix it?

0 comments


Cart #trichromat-0 | 2024-03-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
44

I made this little puzzle game for a 2 week solo game jam. Enjoy!

44
15 comments


Cart #cardrandwhattnot-0 | 2024-03-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Controls

<-, -> to move selection
X to select card

Rules

-you and your opponent both start at number 50.

-each round, two cards will be chosen randomly from the deck.

-you can choose and collect whichever you want by pressing X, and your number will be calculated as written on the card.

-the card you discarded will go to your opponent, changing their number.

-after 10 rounds, if your number is higher than your opponents', then you win!

3
0 comments


Cart #ninja_fruits-2 | 2024-03-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

a fruit ninja demake. WIP

2
1 comment


I am trying to run PICO-8 on a Chromebook via the Linux support console Crostini. I have followed a guide (https://www.lexaloffle.com/bbs/?tid=36473) to get it to function, using both the linux x64 and x32 versions of PICO-8 but neither have worked, giving an error saying 'cannot execute binary file: Exec format error' when run. I am seeking support from other people who have experienced similar issues with running PICO-8 on Chromebook.

My system is running on V 122.0.6261.100 (Official Build) (64-bit) of Chrome OS and the laptop build is a Lenovo Duet 3. I have not set up any additional applications (let me know if any are needed) for this process aside from Crostini.

I am attempting to run v0.2.6b of PICO-8.

1
8 comments


Cart #marcelgoestovisitafriend_v1-2 | 2024-03-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

Help Marcel reach their friend to chill while the hero is away!

This is my first take at making a platformer. I spent all my time and effort on getting a character controller that felt good, so the story and visuals are very bare-bones (pun not intended but let's roll with it).

Controls

  • Arrows to run
  • O/X to jump

The music can be turned off in the pause menu

Tips

  • The longer you press the jump button, the higher you jump
  • During a wall slide, you can detach from the wall by pressing the down button
  • Similarly, you can go through one-way platforms by pressing the down button
  • Spikes don't hurt you if you move away from them

[ Continue Reading.. ]

26
11 comments


Hello everyone! I'm developing a platformer based on My Hero Academy and for some reason, my player is able to jump while touching a jump-through tile, when they should only be able to jump if they're on top of it.

Does anyone know why this happens?

Code for jumping:

--jump
if btn(❎) and player.landed then
 player.dy-=player.boost
 player.landed=false
end

Code for landing:

if collide_map(player,"down", flags.base) then 
 player.landed=true
 player.falling=false
 player.dy=0
 player.y-=((player.y+player.h+1)%8)-1

Cartridge below 👇

Cart #dusiwguya-0 | 2024-03-12 | Code ▽ | Embed ▽ | No License

[ Continue Reading.. ]

2 comments


Cart #lemillion-1 | 2024-03-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

0 comments


Hi! I've reinstalled pico8 into my pocket chip after upgrading it to debian 11 (bullseye) and installing xfce and pico8 (0.2.6b for pocket chip). Everything seems to work fine except for the top icons that are visible but not clickable (I mean.. I click them but nothing happens) so I cannot switch from the code editor to the sprite editor or the SFX editor etc.. is there something i can do?

0 comments


Cart #pocorhythm_husetsugekka-0 | 2024-03-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

PICORHYTHM is a beatmania-style music game.
You can play original music inspired by the VOICEVOX character "WhiteCUL".

This is my first attempt to create a game with PICO-8.
Please note that the use of the character is based on the guideline that secondary creation is allowed with a credit statement.

Character: WhiteCUL

URL browser version

--

PICORHYTHMはbeatmania風の音楽ゲームです。
VOICEVOXのキャラクター「WhiteCUL」をイメージしたオリジナル楽曲を演奏することができます。

初めてPICO-8でのゲーム作りにチャレンジしてみました。
なおキャラクター使用につきましてはクレジット記載で二次創作が可能とのガイドラインに基づき使用しております。

[ Continue Reading.. ]

19
5 comments


a remake of crypts of mot

0 comments


Wash's Game - 2024 Game Jelly

I'm participating in the 2024 Game Jelly and needed a place to stash my project so folks can play it.

Cart #poochie_survivors-4 | 2024-03-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

v0.4 - Final Day!

We're all done! This was a lot of fun to make and I'm super proud of how it came out.
I will say, I didn't get to balance it much so it's currently very hard, but I plan to do some bug fixes so make sure to post about them here. :)

v0.3 - Day 6

There is now a core game loop though it isn't very flashy at this point and needs more variety.

  • Added lots of sprites for future enemies and attacks
  • Map now moves!
  • Wag attack fades out
  • Added sfx for damage, enemies, and picking up bones

[ Continue Reading.. ]

3
0 comments


Cart #balatrorandom-0 | 2024-03-11 | Code ▽ | Embed ▽ | No License
7


A random deck selector I made for the game Balatro.

7
1 comment


Cart #inflatingblobs-0 | 2024-03-11 | Code ▽ | Embed ▽ | No License
1

Still learning this thing (I am not a programmer). Had an idea for an easy game but wanted to see how I could get blob-type graphics working first to see how they'd potentially look. Kind of fun to watch.

1
0 comments


Z -> Shoot
X -> Dash/Bomb (stop moving + press X to switch modes)
(Bombs don't currently work)

Cart #zametibwo-0 | 2024-03-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #hattieadventure-1 | 2024-03-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Cart #hattieadventure-0 | 2024-03-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

This is just a little game I made based off of the "wander" example.
It was really fun to learn how the pico8 works!

Update:

  • When you restart the map now resets.
  • You now have a bark meter which is refilled by eating
  • Mice now have random max speeds to make it a little harder
9
4 comments


Hi all, just getting started with saving player data.

cartdata() returns true or false depending on if there was existing cartdata or if it was just created. I am testing initialization of some default cartdata in the case that it returns false but I am having trouble testing this more than once per cartdata ID / per cart. I have tried wiping out 0x5e00-0x5eff with memset(0x5e00,0,0xff) but it doesn't seem to reset the boolean representing the presence of existing cartdata (unless I'm doing this wrong). Does anyone know if there is a way to fully delete/reset cartdata for a given cart/cart ID?

Thanks!

4 comments


Started work on a game in which a hermit crab looks for a new home. Shelving it for now while I work on some other things but I liked the cute animation of the crab so I figured I would post it. Enjoy.

2
0 comments




Top    Load More Posts ->