1
0
Fork 0
Reimplementation of the classic Breakout/Arkanoid game. Weekend exercise in C++
Go to file
Gregory Eremin cd59c354ac Add a readme and a screenshot 2015-10-28 22:30:04 +03:00
src First attempt on handling bounce direction 2015-10-05 12:38:42 +03:00
.gitignore Initial commit 2015-09-28 20:46:34 +03:00
Makefile Draw bricks 2015-10-04 15:48:57 +03:00
README.md Add a readme and a screenshot 2015-10-28 22:30:04 +03:00
screenshot.png Add a readme and a screenshot 2015-10-28 22:30:04 +03:00

README.md

Breakout

Simple implementation of the Breakout game in C++ using SDL2 library.