I've always played tetris moving and dropping pieces to the rythm of whatever I was listening to, so I implemented that as a prototype to try pico8 out.

left, right -> Move piece horizontally
up -> drop piece
down -> move piece down
x,o -> rotate piece

To increase your combo and score more points, move your piece (left, right, down) on the orange beats, and drop it on the red beats.

You can skip up to 4 beats (+-3 depending on bugs) without losing your streak.

On the main menu you can select between the left plug (slow song) and the right plug (fast song). The middle plug has no song made for it, so the game won't work on that one.

Source code available on https://github.com/Achifaifa/line-input

Leave a comment

Log in with itch.io to leave a comment.