Skip to content
/ dodge-3d Public

3D game in which the player must collect as many coins as possible while avoiding death

Notifications You must be signed in to change notification settings

kyle1/dodge-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dodge 3D

Main Menu

Dodge 3D is a game in which the main objective is to collect as many coins as possible while avoiding death by dodging harmful items (spikes and bombs). Other items include hearts which replenish 25% of the player's health and stars which give the player invincibility for three seconds.

Getting Started

The game can be downloaded using the following command:

git clone https://github.com/kyleoverstreet/dodge-3d

Prerequisites

OpenGL, OpenAL, and Xlib must be installed to run Dodge 3D.

Users on Linux machines can try install the necessary libraries using the following commands:

sudo apt install libalut-dev
sudo apt-get install libx11-dev
sudo apt-get install libglu1-mesa-dev

Deployment

The game can be compiled using the make command which will create an executable file.

Built With

About

3D game in which the player must collect as many coins as possible while avoiding death

Topics

Resources

Stars

Watchers

Forks