Skip to content

CTylerD/Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout - Atari Clone

In this project, I attempted to emulate the original arcade console version of Breakout, first designed and built by Steve Wozniak for Atari in 1976.

Once you begin the game, use the spacebar to launch the ball at the beginning of each round and move the paddle back and forth with the left and right arrow keys, trying your best to keep the ball from going off the bottom edge of the screen.

Breakout Image

Prerequisites and Dependencies

Compiling and Running

  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: ./breakout

Contributing Authors

C. Tyler Dennis

Licensing

This project is released under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published