Second game created using the Pico-8 fantasy console. Loosely based off the board game Heroquest with some adaptations and workarounds for the limited space. 4 different characters, 6 different levels.
Update: Added in a bunch of quality of life changes when inside the game so you have a better idea of what's going on. Changed the scenario around so hopefully a little more epic (and difficult) ending to the 6 levels. Uses a different cart ID as removed one item so items got renumbered. Unless any major defects are present should be last version (speaking of which, I think there might be a random bug with the ambush code which I've not been able to track down yet).
Update 2: After the last update including Split(), I reworked the code a bit to allow music and sound effects.


I'm posting this here because I'm not sure if it will get any more development, but this is a game I made for a 1-Bit weekend game jam (this one: https://itch.io/jam/1-bit-weekend). The game itself is "complete" in that there are no half-finished levels or artwork, it's just a little short due to the time constraints (it was a 3 day jam but work meant I only really had 2 days). Anyway, here it is. More info below if you're interested.
The game and art was done entirely by me, and my partner in music projects put together some nice tunes (all the music was by him). You can find the Itch page here; https://b3agz.itch.io/escape-from-radtown. But to save you a click, here's the text from the page:
Fixed Version:
A game I made for the Mid-Jam 2020 together with ZeHa in less than a day.
The goal is the exit of the maze, you will need to go through a lot of teleporters to get there!
Some teleporters will have levers with the same colors.
Controls:
Left/Right/Up/Down - Movement
Credits:
EV3R4
Strangely in my game's HTML export the controls aren't working for iOS(Apple) phones but work fine in android.
I'm using 0.2.0i
Multiple users have reported this for my game on Itch.io here: https://lambdanaut.itch.io/picowars
Has anyone seen this bug before? Can anyone else try to to replicate it?
I wish I could test this myself, but I don't have an iOS device : (

hi there,
one of the most annoying things in PICO-8 for me is when i'm building a map and I always have to switch back and forth into the sprite palette (at the bottom of the screen) to pick a different sprite.
one solution would be to make this palette toggleable with a keyboard shortcut. this would at least make it faster, because i wouldn't have to move the mouse for that.
so far i haven't found any info about such a shortcut. would it be possible to include this in a future release?
Note: This game was created during Mid-Jam 2020, a game jam on itch.io
How does teleportation work? It's quite easy to explain. There is an invisible teleportation vortex, which carries the subject to its destination. In this game, YOU are the teleporter. Whenever a person enters, your job is to recreate the vortex path using your arrow keys as quick as possible.
The vortex path is displayed on the screen for you to memorize while the person walks towards the teleporter. Once he enters, the path disappears and you have to quickly smash the arrow keys according to the path (left/right/up/down). Please note that you shouldn't try to accomplish this in realtime (as the teleported person is gliding along the path), instead try to do it much quicker than that. If you're too slow, the teleportation process fails, resulting in the death of the person. So make sure you do a good job!
Space Rescue
Rescue all the stranded astronauts in this top-down, asteroids inspired shooter.
Features
- Four levels!
- Final boss!
- Power-ups!
- Original music tracks!
- Cheesy sci-fi references!
- Options menu to customize your gameplay:
- Difficulty select
- Enable / Disable screen shake
- Enable / Disable music
- Level select
Controls
- Left, right to steer
- Up, down to throttle
- Z to fire
- X to open the radar screen
Source code
I'm not proud of the code, this grew up from a prototype. I'll do OOP next time I swear!
Small demo made for the Nova 2020 (online) party. It's a remix of Patarty demo by Slipstream on the Amiga 1200 ( https://demozoo.org/productions/173425/ ). Makes heavy use of tline :)

After reading this post https://www.lexaloffle.com/bbs/?tid=38297 I got more interested in coroutines. I had originally dismissed them completely, but this article https://docs.google.com/document/d/14HzJnqKdVtBjN2vN9-rZHLR3rlgwWwDym8ehzhKRqFo got me thinking that I had missed something.
Here is my before and after wall animation code. (Flappy Bird Game) Both achieve the same result, but I feel like the coroutine version is easier to expand and update. The coroutine encapsulates the entire animation logic, including delay. While the function version has to manage more variables.
What do you think? Is the coroutine version better or worse?

A piano controlled by a keyboard or MIDI controller.
left/right: change instrument.
up/down: change input mode.
MIDI input (Mac and Windows)
Use this program to use a MIDI controller. It converts MIDI inputs into keyboard inputs.
Keyboard input
This approach approximates a piano layout using the keyboard (like in PICO-8's SFX editor).

This cart contains three things of interest:
- A 6x15 font I used in Astro Clerk
- Code for encoding your own 6x15 font in the same way (i.e. four 1-bit graphics per tile)
- Code for decoding/printing with a 6x15 font
Inside the cart, you can use initfont to create a starting point by upscaling the system font, encode6x15 to write the sprites, and print6x15 to output the result.
Well, I've made my first game to a point that you can do something and I'm pretty darn proud of myself.
Enjoy popper!
UPDATED: Added an instructional note at the beginning of the game.
UPDATE2: Now with better-looking Popcorn AND you have to press the button until they all pop!
UPDATE3: Added more kernels and numbers are deleted from the table if they've been chosen making for a faster completion of the game by removing chance of selecting a kernel that has already been popped.
UPDATE4: Jitterbug! Kernels are now all very excited about popping.
UPDATE5: Maybe you aren't hungry for too many kernels. How about being able to choose from a few random amounts of kernels to pop? Well, now you've got it!






12 comments



