This is a game about jumping (and double jumping) over saws.
They explode when you hit the ground.
Get the best possible high score before the time runs out.
It is a homage to A Slight Chance of Sawblades by chinikyan.
It's also a follow-up to my worse remake of this game, made on godot (https://nhmosko.itch.io/godot-saw-jump)
Comment your high scores!!
[8x8] | |
[8x8] | |
Evening all! Just popping this on here- my first attempt at a PICO-8 game. Sort of a Sim Chicken... thing. Suggestions for a better name are welcome!
Arrows/d-pad moves the cursor
"C" button performs the action
"X" button accesses the menu at the bottom of the screen
Recent updates:
This is getting closer to a more complete gaming experience. Enemy attacks vary depending on how many chickens you have. Chickens need feeding, and can starve to death. An autofeeder is available - but expensive! There is now a proper game over screen with STATS :)
To learn how to play, check this interactive guide.
Use your solitaire skills to assemble powerful combos and defeat the dungeon's monsters. Grab treasure and spend it to build a set of powerful, synergistic abilities to help you. Manage both your own resources and a demon's patience to hopefully survive the ordeal.
Solitomb mixes solitaire and poker influences with a roguelite structure to deliver deep and strategic gameplay in quick, half-an-hour-long runs. The gameplay focuses on stacking and altering cards to execute sweet poker-based combos.
Like Slipways before it, this game has quite a lot of potential to be expanded into a full-blown Steam release. Let me know if you'd like to see that happen!
Some people come here to practice making games, but that's to much work, so I'm here to learn marketing them. Whether your game is costs money or is free, as long as it a reasonably competent game I'll try to get as many people as I can to play it, create a press release for it, it's own official website, and try (and very realistically fail) to get youtubers to play it.
This is really just something I'm doing for fun and to put on a resume, so message me if your interested!
This is a very simple cartridge. A kind of 'my-first-Picotron-game' cartridge.
I wanted to choose the simplest game I could so that I could finish the game in an hour or two.
The ball gets progressively faster as you play, and a high-score per session is maintained.
PICODEX DUAL - BY ALANXOC3
alanxoc3 welcomes you to the world of pico-8 pokemon... again? thats right, picodex is back with a gen2 sequel. released on the 25th anniversary of pokemon gold and silver and silver!
this is a complete battle simulation game for pokemon gold/silver/crystal/stadium2 (GSC2) somehow crammed into just 32kb. for perspective:
- 152 kb is the size of this game's manual.
- 373 kb is the size of pokemon red/blue.
- 503 kb is the size of pokemon yellow.
- 710 kb is the size of pokemon gold/silver.
I just found a weird bug where pushing play in the waveform editor seems to corrupt the first note of sfx 63
Steps to reproduce
- click the "waveform" button in any sfx 0-7 and push spacebar to play
- view sfx 63 and see that the first note has now changed to a C2 using the waveform instrument that you were just editing
using version 0.2.6b
Asteroids - A Game Boy Throwback
There are many versions of Asteroids developed for many consoles — and even more than one version of the shooter for PICO-8 —, but this is something I wanted and made for myself. A look back to a title played on a chunky grey Game Boy.
v0
Navigate the admittedly unnervingly tight space and clear the area to rank up the points.
There is no screen to display the high scores, only one you may want to improve. Alas there is also no sound, be it a high-pitch sound effect or a low-key, syncopating beat. I struggle with music and ultimately decided not to venture in the two docks. I might add them as I learn more about the panels, but in the meantime, you are more than welcomed to take the cart and add your tracks. Welcomed and thanked in advance.
tONIGHT i CAN ONLY c u
CC BY NC 4.0
(295 chars)
cls(7)::_369px::t=time()/2for i=1,50 do pset(rnd(138)-10,rnd(52)-5,0) end circfill(693-(t*300)%1369,20,2,7)circfill(120,10,20,7)for z=30,1,-1 do a=t+z/15x=-20+cos(a)*(z/2)y=10+(30-z)*4+sin(a)*(z/2)c=(z%2==0)and 1 or 6for i=1,80 do circfill(x+(i*3)+c,y+(i/10)+c,3-z/7,c) end end flip()goto _369px |
I needed a BigInteger implementation in Pico-8, so today I made one with the help of Sonnet 3.5.
The cart includes tests and test utility functions. Copy only the relevant code for you project.
It's not minified/compressed whatsoever, and the big integer functions come in at just under 700 tokens.
The cart is not very interesting in the browser, as it just printh
s the results of an array of test cases.
The cart:
- Download using
load #bigint-0
- Save using
export bigint.p8
- Run using
pico8 -x bigint.p8
The cart code:
One day, it starts to rain acid from the sky. It's dissolving everything, destroying trees, buildings, all life. Who's responsible for this?
A little mole-man digs his way through the dirt to find out, and save his friends.
A puzzle adventure based on falling-sand cellular automata.
Version 1: updated label image (much cleaner)