Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buhman/spa
yet another silly game
https://github.com/buhman/spa
Last synced: 20 days ago
JSON representation
yet another silly game
- Host: GitHub
- URL: https://github.com/buhman/spa
- Owner: buhman
- License: gpl-3.0
- Created: 2013-07-27T12:34:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T19:29:58.000Z (over 1 year ago)
- Last Synced: 2023-05-27T20:22:43.787Z (over 1 year ago)
- Language: C
- Size: 652 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
spa
===In my eternal quest to find inner peace: yet another silly game, but this time
using allegro5 instead of sdl2 (and written in C, rather than really-bad-C++).This one I think is supposed to be a [Galaxian][] clone.
[Galaxian]: https://en.wikipedia.org/wiki/Galaxian
requirements
------------For the purposes of potential future Android compatibility, I develop this
with allegro5.1 locally, though allegro5.0 should also work fine until such
time that I actually end up using allegro5.1-specific features.So, yeah, [allegro5][] is indeed a mandatory dependency.
Once the dependencies are installed, (along with `glibc`, `gcc`, and
`make`) you'll be able to build `spa`.[allegro5]: http://alleg.sourceforge.net
building
--------Just run `make`; this will create the `spa` binary.