Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

Cart #astrosmash2021-0 | 2024-03-15 | Code ▽ | Embed ▽ | No License
2


A Pico-8 port of astrosmash I made back in 2021.
For those interested, here's the source code: https://github.com/TheDuude420/AstroSmash-2021-Source-Code
Cart #astrosmash2021-0 | 2024-03-15 | Code ▽ | Embed ▽ | No License
2

2
0 comments


The left side is cut off on user profile pages as well

(sorry if this is the wrong subforum, couldn't find one that worked great)

1
1 comment


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

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

41
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
18

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.. ]

18
5 comments


a remake of crypts of mot

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 #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


Cart #tline_terrain_demo-0 | 2024-03-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Tline Terrain Demo

Worms/Scorched Earth deformable/destructible terrain demo.

Arrow keys move target
X to destroy terrain
O to toggle debug mode, showing the vertical slices.

Maybe of use to someone?

For a long time I have wondered how to make Worms/Scorched Earth style terrain and make it work reasonably well. My first ever (unreleased) game on pico-8 was a Worms clone, that used a 2D array of pixels and pset to draw the terrain. It blew the CPU budget and was slooooooow.

Micro Murder on Pico-8 managed a really slick solution drawing circles over the top of the terrain, but I wondered if there was another way. Fast forward some years and I'm still thinking about it. Most discussion about this type of terrain suggests some form of bitmap to store the terrain.

[ Continue Reading.. ]

5
5 comments


After a long journey, I'm proud to present to you...

parens-8 v3!

...Along with the obligatory demo, a cart that stores its entire game code in ROM:

Cart #parens8_v3_demo-0 | 2024-03-10 | Code ▽ | Embed ▽ | No License
21

Parens-8 is a tool for bypassing the pico-8 token limit. It takes up 5% of the allowed 8192 tokens, and gives you practically infinite code space in return: store extra code in strings or cart ROM, load it during init, run it like regular Lua code.

Parens-8 is designed for maximum interoperability with Lua. Functions, tables, values and coroutines can be passed and used seamlessly between Lua and parens-8. Think of parens-8 as Lua semantics with Lisp syntax.


[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=142700#p)
21
1 comment


Cart #pipefish2-5 | 2024-03-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Controls

Right and left arrow keys to control the wind, X to continue on the same run and Z to restart, loosing all your progres.

Rules

Move the wind for the firefly, guide it through portals to reach the end of the cave. You can not control if the wind is blowing up or down, you control only left and right movments. Collect all the gemstones scatered around the cave.

9
6 comments


Cart #jax_saves_the_circus-3 | 2024-04-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Jax Saves the Circus is a fangame based on The Amazing Digital Circus. Play as Jax as you bravely venture to save the circus. After all, what else is there to do? It's not like you can leave.

Explore 3 fun and varied levels.
Meet the friends you already know.
Fall into spikes for the fun of it.
Eat spaghetti! And the fork! And the plate!

Zooble has requested to not be in this game and I am honoring their request.

Left and right arrow keys to move
Hold down to fall through some platforms.
X to jump
Z to interact with NPCs.

Game should be short but sweet.

Thank you to everyone who gave me feedback!

CREDITS
Original IP: Glitch Productions and Gooseworx
Text Boxes: profpatonildo
Collision Engine: https://nerdyteachers.com

3
0 comments


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

3
1 comment


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

3
3 comments




Top    Load More Posts ->