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) |
You (a generic slasher movie villain) in his 47th installment, has arrived at his next summer camp. But, after so many murders at this specific camp the police force has deployed one cop who will stop at nothing to hunt you down. Still wanting to murder teens, you decide to kill the campers while dodging the cop.
X to Attack
Z to Continue
There are 9 different campers. This is also pretty much a rage game.





A party game for up to 4 buddies
This game features:
- Local multiplayer for 4 players
- 3 game modes (PvE, PvP and PvPvE)
- Infinite random generated maps (3 different planes: Earth, Void and Ruins with 9 possible color schemes)
- Pixel perfect terrain destruction
- 2 power-ups (Med Kit and Weapon Box)
- 2 traps (Land Mine and Acid Barrel)
- 10 unique weapons
- melee combat
- techno squids
Controls
- Player1 and Player2 can share a keyboard
- Player1 - Player4 can use any SDL compatible gamepad / controller with at least 6 buttons


Arrow keys to move the cursor
Z/circle to progress menu
X/cross button to fire
Help Poopdeck Bean fight off the hoards of squids in this goofy remake of the Sploosh-Kaboom/Battleship minigame from Wind Waker.
Use the arrow keys to move your reticle around the top right play area and press the X button to fire! If you manage to hit a squid you'll be greeted with a resounding KERBANG. If you miss however, you'll hear a SPLAT and see a blue cross on that tile. Try to use your limited ammunition to defeat all three squids!
This is actually my second game with pico-8 and I'm hoping to make more interesting and expansive ones going forward but this was still a great little project to continue learning about the engine.
