Skip to content

Simple game inspired by classic Atari's Asteroids. Done as final project of Udacity C++ Nanodegree program.

Notifications You must be signed in to change notification settings

nikodemj9/CppNd-Capstone-Asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppNd-Capstone-Asteroids

Simple game inspired by classic Atari's Asteroids. Done as final project of Udacity C++ Nanodegree program.

Based on Udacity's CppND-Capstone-Snake-Game project

https://github.com/udacity/CppND-Capstone-Snake-Game

Build & run manual

sudo apt install libsdl2-image-* libsdl2-mixer*
git clone --recurse-submodules https://github.com/nikodemj9/CppNd-Capstone-Asteroids.git
cd CppNd-Capstone-Asteroids
mkdir build && cd build
cmake .. && make -j4
./Asteroids

Controls

UP = Accelerate
DOWN = Brake
LEFT, RIGHT = Rotate
SPACE = Shoot

Licensed resources used for project

About

Simple game inspired by classic Atari's Asteroids. Done as final project of Udacity C++ Nanodegree program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published