Rond comme un ballon, jaune comme un citron, c'est PACMAN!
Basé sur WalrusRPG, c'est un rapide projet de Pacman 2P avec les fantômes scriptables.
|
|
преди 10 години | |
|---|---|---|
| art | преди 10 години | |
| external | преди 10 години | |
| info | преди 10 години | |
| platform | преди 10 години | |
| src | преди 10 години | |
| version | преди 10 години | |
| .clang-format | преди 10 години | |
| .gitignore | преди 10 години | |
| .gitmodules | преди 10 години | |
| .ycm_extra_conf.py | преди 10 години | |
| Draft.md | преди 10 години | |
| LICENSE | преди 10 години | |
| Makefile | преди 10 години | |
| README.md | преди 10 години | |
| mkconfig | преди 10 години | |
| rules.mk | преди 10 години |
A J-RPG engine for the TI-Nspire. There's still a lot of work before anything works.
To have the whole WRPG source code and its source code dependancies (like tinySTL), and be able to compile and rock on, you have two options : using --recursive to download the whole repo and sub-modules or downloading the moduels after cloning the repo :
# Download the whole repo and its submodules in one step
git clone --recursive <WalrusRPG repo location>
Second option
git clone <WalrusRPG repo location
cd <WalrusRPG folder>
git submodule init
git submodule update
YOu'll have to download ConvertIMG separately for the moment as only the binary helps converting the art data in the compilation process.
The build system currently depends on Vogtinator's ConvertImg, as well as GNU Make and the Ndless toolchain.
We use the tinystl library to keep binaries small, so be sure to clone the submodules as well !
To compile the project, simply run make (-j friendly).