https://github.com/presidentbeef/space_dodge_100
Model 100-style arcade game (GitHub GameOff 2017)
https://github.com/presidentbeef/space_dodge_100
game githubgameoff love2d
Last synced: 18 days ago
JSON representation
Model 100-style arcade game (GitHub GameOff 2017)
- Host: GitHub
- URL: https://github.com/presidentbeef/space_dodge_100
- Owner: presidentbeef
- License: mit
- Created: 2017-11-04T03:30:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T21:28:29.000Z (over 7 years ago)
- Last Synced: 2025-04-01T14:58:08.954Z (21 days ago)
- Topics: game, githubgameoff, love2d
- Language: JavaScript
- Homepage: https://presidentbeef.itch.io/space-dodge-100
- Size: 3.99 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README

This is a game for the [GitHub 2017 GameOff](https://itch.io/jam/game-off-2017) (theme: "Throwback").
You can play it [on itch.io](https://presidentbeef.itch.io/space-dodge-100).
## Running
This game uses [LÖVE](https://love2d.org/) (in particular version 0.10.2).
To run:
* Clone it
* Run `love .` in the directory with `main.lua`## Controls
Use left, right, up, down arrow keys or WASD to move.
Press `p` to pause.
## Background
A long time ago I was given a [TRS-80 Model 100](https://en.wikipedia.org/wiki/TRS-80_Model_100).
I spent a ton of time [learning how to program it](https://twitter.com/presidentbeef/status/879844518987571200) 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.
## Credits
The font is adapted from Tom 7's [snoot.org pixel10](http://fonts.tom7.com/fonts98.html).
The web version uses [love.js](https://github.com/TannerRogalsky/love.js/).
## License
MIT