A collection of all my PNP mods!
original pnp: https://www.lexaloffle.com/bbs/?tid=42715
carts:
[hidden]








DISCRIPTION
Simple Timing based racing game.
Stop the white bar on correct color to gain speed.
Different colors have different effects:
-BLUE: nothing
-YELLOW: small boost
-GREEN: big boost
-RED: slow down
Beat opponent to win.
CONTROLS:
Press X to select difficulty and to stop white bar.
Have fun!!
P.S: First game published so feedback would be appreciated :D

I think rotation would be a nice addition, even if it is only in 4 directions. Possible syntax:
-- draw sprite 1 at (60, 60), rotated 90 degrees clockwise spr(1, 60, 60, 1) -- draw sprite 1 at (60, 60), rotated 180 degrees (effectively equivalent to flipping is both directions) spr(1, 60, 60, 2) -- draw a 2x2 sprite starting from sprite 1 at (60, 60), rotated 90 degrees counterclockwise spr(1, 60, 60, 2, 2, 3) |
Syntax with rotation mode as the last argument could work similar to 'print' in the way that print reads the second argument as the color if not enough arguments are given

Hello all...
I have a maths problem.
I have two points, t1 & t2 that I want to find the centre of.
t1 & t2 are two point on the x axis.
Another object's x approaches this middle point.
I have this so far:
if flr(self.x+3) == abs(self.t1-self.t2)/2+abs(self.t1)
t1 minus t2 divided by 2 giving half the distance between the two, added on to t1.
This works if t1 is smaller than t2.
But it doesn't work if t2 is smaller than t1, because the the 'middle point' is off to the right of t2!!
Can anyone suggest a better formula for getting the middle of two points regardless of which one is smaller?
I'm stumped.
Many thanks for your time and I hope this makes sense....
Peej



Warning
Contains flashing lights and jumpscares.
How to play
Collect as many coins and diamonds as you can, and free at least 5 spirits to escape! But beware of the Red Eyes.
These red eyes will search around the map and try to kill you!
For PC/Mac/Linux players, use the arrow keys to move
For Mobile players, use your finger
Traps:
![]() |
[0x0] |
![]() |
[0x0] |
These traps make loud sounds and will attract Red Eyes to your location. You can use these traps to your advantage.

This game is made for GMTK jam 2021(June 2021).
Grid-based Puzzle game.
-- updates --
08162021 undo bug fix.
After-Jam version, 18 levels!
Enjoy!!
・arrow key --- move.
・x --- electric mode.
・x + arrow key--- switch electric beam on-off.
・z --- undo
・If you want to restart level, Enter key to open menu, and select "Restart Level".
if you meet some trouble, please DM on twitter. @HIKOkyoujurou
And if you like, please support My game developing from Donation on itch.io!!
itch.io -> https://hikokyoujurou.itch.io/econnectpuzzle


.png)



Something weird is happening on a game I'm making. Every time I edit the map (or at least a specific part of it) it draws it on page 2 of my sprite sheet. I'm not sure if this is supposed to happen. Does anybody know what causes this?
I recorded a video of it:
https://youtu.be/hn5AW4gd18g


Hi all,
made my first pico 8 game. Its a space arcade retro style shoot em up. This is an endless game, the objective is to stay alive for as long as possible and beat your previous high score. There are multiple types of enemies that get harder and faster with every level. Defeat wave after wave in each level and defeat the end boss to advance to the next level. As you progress with each level, new enemy types that are harder to kill will appear.
Early enemies are slow and shoot occasionally and can be defeated with a single shot but as levels progress, new enemies appear that not only require multiple shots but also move faster and shoot more often. Avoid being hit by those pesky asteroids and remember to pick up those powerups to give you that advantage!

