An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

![Space Dodge 100](https://img.itch.zone/aW1nLzkzMTU0OS5wbmc=/original/hmMlZ2.png)

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