This website requires JavaScript.
Explore
Help
Sign In
localhots
/
breakout
Watch
1
Star
0
Fork
You've already forked breakout
0
Code
Releases
Activity
Reimplementation of the classic Breakout/Arkanoid game. Weekend exercise in C++
12
Commits
1
Branch
0
Tags
62
KiB
C++
98.5%
Makefile
1.5%
master
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
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.