# WalrusRPG A J-RPG engine for the TI-Nspire. There's still a lot of work before anything works. ## Compiling The build system currently depends on Vogtinator's [ConvertImg](https://github.com/Vogtinator/ConvertImg), as well as GNU Make and the Ndless toolchain. We use the [tinystl](https://github.com/mendsley/tinystl) library to keep binaries small, so be sure to clone the submodules as well ! To compile the project, simply run make (-j friendly). ## Plans ### What need to be done - Entities (planning in progress) - Events - Battle Engine (planning in progress) - I/O file data - Scripting - UI (research in progress) - Character system. - Items ### What's already done - Map system. - Basic text routines.