We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
🎮 Build tool for a 3DS 3D game written in C, created for learning purposes.
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.
.3dsx
Clean the build files if needed:
make clean
Rebuild the project:
make re
License: MIT