I'm learnin' here, please be gentle.
- C 93.7%
- CMake 6.3%
| src | Finally Make this a git repo | |
| thirdparty | Finally Make this a git repo | |
| .gitignore | Add gitignore | |
| .gitmodules | Finally Make this a git repo | |
| CMakeLists.txt | Finally Make this a git repo | |
| Readme.md | Mention cloning with recursive so it grabs submodules | |
What is this?
Honestly who knows lmao.
This is just me trying to make a 2D game from scratch (aside from SDL2 and Tile Engine). Mostly doing this just to learn and for fun, maybe someday I'll acutally get some gameplay working (probably not).
Currently really only basic engine stage for now.
Build Instructions
Your usual cmake deal of:
git clone --recursive https://codeberg.org/NepDisk/Test-Game.git
cd Test-Game
mkdir build
cd build
cmake ..
make -j$(nproc)