You're a snake.
A normal snake.
Get to the tunnel.
Eat some apples.
Don't touch spikes.
Being a snake is tricky!
(also on itch.io : https://werxzy.itch.io/just-a-normal-snake)
(made for the Thinky Puzzle Jam 5 : https://itch.io/jam/thinky-puzzle-game-jam-5)
v1.1
v1.2
v1.3









A small 2 player fighting game inspired by street fighter.
Up to jump
Down to crouch
X to punch
O to kick
X + O to use power attack when the meter if full
P2 Controls
X - Q
O - W
Up/Down - E/D
Left/Right - S/F
I plan to update the game in the future to add things like:
- Music/Sound effects
- A player select screen where you can choose from 6 characters
- Giving different characters different powers
- A single player campaign
- Save codes like in older console games
- Better Art

Tower of Hanoi
Based on Hanoi create by Neko250.
New Feature
- add handheld pad support.
- Added a victory condition.
- clean up code by "ChatGPT".
CHAOS
The PICO-8 port nobody asked for!
--CONTROLS--
Move: E,S,D, and F
Aim: Move mouse or trackpad
Shoot: Left mouse button (hold for multi shot)
The PICO-8 version of CHAOS is finally here! Most of the stuff from the actual game is in this remake, with some modified code. I'm still learning Lua, so if anything needs fixing or if something isn't working, just comment and I'll do my best. I recommend you play the original first, as this is significantly harder.
You can play the original version here! (Made by me and my friend.)
https://gd.games/devdeitydigital/chaos-rgb

>------------------------------------------------------<

Cartriges original creator: Sheebeehs
https://www.lexaloffle.com/bbs/?tid=145354
I only modified so shrimp be jumping than staying still :p
To be like in Justin's Oval video: https://www.youtube.com/watch?v=6Y4b25CYkkg
Here's a snippet I made to launch webpages in the player's browser from within a pico8 cartridge. It only works in html exports, because it uses the GPIO pins to send the url to a custom html template.
Example (player perspective)
For an example of this in action, play https://pancelor.itch.io/make-ten-deluxe and click "info" on the title screen. A paper will pop up with some clickable URLs on them, which will load new tabs when clicked.
Setup
folder config
, open the "plates" subfolder, copy the default template (TODO: is there a default template, or did I make it myself by exporting a cart and then undoing pico8's##js_file##
/##label_file##
replacement?)- Find
var pico8_gpio = new Array(128);
(it's near the top, around line 30) - Replace it with this:
var pico8_gpio = new Proxy(new Array(128),{ // pancelor's gpio-url, https://www.lexaloffle.com/bbs/?tid=149864 [ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=169278#p) |