The goal of Indie Studio is to implement a cross-platform 3D video game with real-world tools.
We decided to remake the Wii tank game.
You can play with keyboard and controller.
We used the raylib graphical library.
To install cmake please refer to the installation guide
Linux and Windows:
cmake .
cmake --build .
Make sure that you have Doxygen installed
make doc
File are generated in ./Documentation folder.
If you have Firefox you can run:
make doc-firefox
It generate documentation and launch a html preview.