/ast3roiDS

This is a mirror repository for our private gitea server in case something explodes

Primary LanguageC

This is the repo for ast3roiDS, a Nintendo 3DS version of the classic game using devkitpro.

Compilation

To compile the game you need GNUMake (any unix-like system should have it, if using Windows it can be obtained via mingw) and devkitpro. Make sure DEVKITPRO and DEVKITARM are declared as enviroment variables.

To compile the game simply go to the repo's main folder and write:
$ make

The ast3roiDS.3dsx file is the game executable. It can be opened with a 3DS emulator like citra.

Debugging

To compile a debug version of the game, pass the relevant enviroment variables to the make program:
$ CFLAGS="-DDEBUG_LOGIC" make
For using tools like gdb check the wiki page.

Cleanup

To erase all build and output files, run:
$ make clean

Trello

Higher-level planification of the project is done in our trello page.

Contact

In case this project keeps on living outside the context of our university course (press F to doubt) contact us.

NOTE

Please do not commit binary files. Only the minimum amount of sources to build the game should be version-controlled.