This is a game for the GitHub 2017 GameOff (theme: "Throwback").
You can play it on itch.io.
This game uses LÖVE (in particular version 0.10.2).
To run:
- Clone it
- Run
love .
in the directory withmain.lua
Use left, right, up, down arrow keys or WASD to move.
Press p
to pause.
A long time ago I was given a TRS-80 Model 100. I spent a ton of time learning how to program it and writing little programs in its dialect of BASIC.
One of the games I recall making was like this one - flying through blocks that you have to avoid. In particular, the blocks moved in a discrete fashion down the screen, which allowed you to time your moves.
This game is intended to look and feel similar to (how I remember) playing that game on the Model 100.
Note: the "spaceship" is not part of the Model 100 character set, so I did cheat there.
The font is adapted from Tom 7's snoot.org pixel10.
The web version uses love.js.
MIT