diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c0194a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Breakout + +Simple implementation of the [Breakout](https://en.wikipedia.org/wiki/Breakout_(video_game)) game +in C++ using [SDL2](https://www.libsdl.org/index.php) library. + + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..c9abc07 Binary files /dev/null and b/screenshot.png differ