Skip to content
/ 3d-game Public

🎮 Build tool for a 3DS 3D game written in C, created for learning purposes.

Notifications You must be signed in to change notification settings

xbkv/3d-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Game

🎮 Project Overview

A simple 3D game built with C for learning purposes. Just a basic project to understand 3D stuff for the Nintendo 3DS.

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/xbkv/3d-game.git
  2. Navigate to the project directory:

    cd 3d-game
  3. Build the project using Makefile:

    make

    This will generate a .3dsx file.

  4. Clean the build files if needed:

    make clean
  5. Rebuild the project:

    make re

⚙️ Technologies Used

  • C Programming Language
  • Python (for OBJ file format conversion)
  • OpenGL

License: MIT

About

🎮 Build tool for a 3DS 3D game written in C, created for learning purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages