Skip to content

Isometric 3D game about placing/destroying blocks written in C using freeglut library

License

Notifications You must be signed in to change notification settings

MichuuMichuu18/cubegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubegame

Isometric 3D game about placing/destroying blocks written in C using freeglut library.

In this game you can move with WASD keys and change block using P key.

Game screenshot

Build instructions

You need to install Git, freeglut and SOIL development files and GNU GCC compiler:

Fedora:

sudo dnf install git freeglut-devel SOIL-devel gcc

Then clone repository and compile source code:

git clone https://github.com/MichuuMichuu18/cubegame.git
gcc cubegame.c -o cubegame -lGL -lGLU -lSOIL -lglut -lm

About

Isometric 3D game about placing/destroying blocks written in C using freeglut library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages