Oh no! All the bosses of our past video games have decided to fight us :S Please help us defeating them!
how to play:
Roll the dice to fight each boss. The damage dealt depends on the dice results. You can re-roll a few dice per round. But beware, the opponent does the same! After defeating the boss, you can swap one die with the opponent. There are different dice, try to collect the best ones! Roll combos to get bonuses.
controls:
- x: X on keyboard
- o: C on keyboard
- use arrow keys to select dice and options
about:
- made in about 24h for the GMTK Jam 2022
- made with pico-8
- made by saturn91 and EinsteinsErbe
MAde within less than 10h coding and development time :D for a mini jam, not best, not my worst.
This is an example for an easy to use particle system.
to use it in your own cartridge do the following: copy the code in tab1 into one of your code tabs
Use it in the project as follows:
function _init() init_particles() end function _update() update_particles() if btnp(🅾️) then particle_burst( {x=63, y=63}, //pos on screen 10, //num of particels 2, //life time (in sec) 0, //form 0=rnd 1=pixel,2=circles,3=rect 2, //size 3, //color 2 //speed of particles ) end end function _draw() cls() draw_particles() print("press 🅾️ for burst", 32, 40, 7) end |
Yes it is your typical Snake. With some dramatic music and prorgammed in Pico8.
Controls as usual:
- Arrows: movement
- x and c anything else
You are a space mechanics whos job it is to bring back damaged satalites. But beware of the explosions arround you.
Don't ask the pilot where the explosions come from... He has no clue
- Version 6: improved Game ending and colisions
The Game
You are one of the devils many servant and have to feed him in time. And your workshedule is litarly hell!! Can you make it trough your shift?
How to Play
It is a combination of cocking and Platforming. You can beat the 20 Levels one after an other or in a pretty challenging Speedrun mode.
You start with 3 Health, if you get damaged you can refill your health by eating some of the food, but the Master does not like this :D.
Details
This is the Release version of my Game Devil's Kitchen :D I programmed it on and off between february 2021 and Mai 2021. The deepest barebone mechanics are loosly based on this Video by the youtuber Nerdy Teacher
All in all he has some great videos for beginners to offer but especially the platformer series is genius!
Have fun :D
Get more like this on Saturn91.dev
You are the devil'c cook and you are busy. This job is litarly hell. Have I already mentioned that the devil gets angry if you are not fast enough?
Be quick, be fast - HE is hungry!!
(first 15 Levels implemented)