https://github.com/knightos/phoenix
The classic space shoot-em-up game ported to KnightOS
https://github.com/knightos/phoenix
Last synced: 7 months ago
JSON representation
The classic space shoot-em-up game ported to KnightOS
- Host: GitHub
- URL: https://github.com/knightos/phoenix
- Owner: KnightOS
- License: other
- Created: 2014-10-14T04:20:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T23:31:20.000Z (about 11 years ago)
- Last Synced: 2025-02-24T06:16:25.348Z (about 1 year ago)
- Language: Assembly
- Size: 305 KB
- Stars: 3
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phoenix
The classic space shoot-em-up game ported to KnightOS. This also includes a TI-84+ Color Silver Edition port of Phoenix.
Original by Patrick Davidson: http://www.ticalc.org/archives/files/fileinfo/148/14876.html
## Compiling
First, install the [KnightOS SDK](http://www.knightos.org/sdk).
$ knightos init
$ make
$ make run # to test
$ make package # to produce an installable package
## Installing
Use `make package` to get a package that you can install.
## Help, Bugs, Feedback
If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: [#knightos on irc.freenode.net](http://webchat.freenode.net/?channels=knightos).
To report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.
If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).