Skip to content

dezlotnik/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASTEROIDS!

An SDL game based on the classic Asteroids arcade game. Defeat enemy spaceships and blast away dangerous asteroids to advance to the next level. Levels are defined in data/levels.txt.

  • Press SPACE to fire lasers.
  • Press to accelerate.
  • Press to turn left.
  • Press to turn right.

Completed as the capstone project of Udacity's C++ Nanodegree Program.

Credit Kenney for game artwork.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./Asteroids.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published