A GBA homebrew game developed in the Nim programming language. Contains "polarity shifting" features and gameplay.
Target Release Date: 11.25.2019.
Download from here.
-
devkitARM and associated tools (installed from the devkitpro project.)
-
nim compiler
-
recommended to install via the choosenim script.
-
-
make
-
NotNova#9993: sprite design (A Discord acquaintance of mine).
Note
|
The audio files in the audio directory are not of my own creation, and were found
in various code repositories in example sections.
The png file labeled as kakariko.png is also not of my own creation, and was used only for early testing. That is copyright of Nintendo, and is thus not used within the product.
|
Note
|
* The FlatOutLies.mod file is from the tonc examples found here: http://www.coranac.com/projects/tonc/
|
Note
|
* The spacecat.xm and shoot.wav files are both from the same example code found in the nim-tonc library, found here: https://github.com/exelotl/nim-tonc/tree/master/examples/play_music
|
This project is (currently) licensed under the MIT License. All files within this repository are available under this license unless stated explicitly that it is not.
Kyokusei is based in part on the work of the devkitpro project (http://sourceforge.net/projects/devkitpro).