A simple 3D game built with C for learning purposes. Just a basic project to understand 3D stuff for the Nintendo 3DS.
-
Clone the repository:
git clone https://github.com/xbkv/3d-game.git
-
Navigate to the project directory:
cd 3d-game
-
Build the project using Makefile:
make
This will generate a
.3dsx
file. -
Clean the build files if needed:
make clean
-
Rebuild the project:
make re
- C Programming Language
- Python (for OBJ file format conversion)
- OpenGL
License: MIT