A mod of Celeste Classic. The aim was to make all of the levels harder but make them feel distinct, similar to Super Meat Boy's "Dark World" (hence the name) and Celeste's "B-Sides". I made this back in 2019, but just recently made a few adjustments to it.
I am not a coder, so it's pretty bare bones in that department, and the code is almost identical to the original. The rest of the code I borrowed from other Celeste Classic mods. The major differences being the ability to toggle screen shake and strawberries not being collected if the player dies.
Controls:
Z/C - Jump
X/V - Dash
Arrow Keys - Move and dash direction
E - Toggle screen shake










Hi,
Absolutely incredible cross-platform video game creation software!
As soon as I saw it for 1st time I purchased it.
Runs 100% perfectly on my "Manjaro Xfce 64Bit" Linux distro.
Started our 1st game project.
Need help with making source code smaller.
Please look at source code below and suggest changes.
Below source code does the following:
(1) Moves player's spaceship with [arrow] keys on keyboard.
(2) Fires player's laser beam with [z] key on keyboard.
Thank you in advance...
Jesse
www.FallenAngelSoftware.com
EDIT #1: HTML5 test version can be played below:
Click here to play!
-- "empire 2600 x2" -- "www.fallenangelsoftware.com" //---------------------------- function _init() plyrdir = 0 plyrx = 85 plyry = (64-4)+15 plyrspd = 0 bullavail = true [ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=87154#p) |

Hey all!
A while ago I started working on a little platformer with a portal/hole mechanic. The idea was that you could toggle a hole through a level that would let you move through a parallel level and solve puzzles. I was working with a "modern" game engine and getting that to work was a breeze; I started thinking about how to nail that effect on pico-8 about a week ago but didn't begin writing it until last weekend. Turns out by using tline and some help from the pico-8 discord it took a couple of hours. Now I'm working on finishing it and releasing the game by the end of the month.
This is what it currently looks like:

If you have any suggestions, I'd love to hear them!
- Gabe



This is a self playing game, intended to demonstrate the A* algorithm. The character will perpetually go outside to pick flowers, then put them in planters in their house. It's probably something I'll build on later but it's fun to watch the algorithm work. It sometimes (rarely) hits a bug where it won't go to put down the flower. I haven't tracked it down yet.

