diff --git a/README.md b/README.md index bb1f1a0..53414a8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A pong implementation in C++. +| | | +|:-------------------------------------:|:------------------------------------------------------:| +| ![Welcome](images/welcome-screen.png) | ![different-max-score](images/different-max-score.png) +| ![count-down](images/count-down.png) | ![play1](images/play.png) | +| ![play2](images/play2.png) | ![finish](images/finish.png) | + ## Dependencies You'll need cmake make, sdl2 sdl2-gfx and sdl2-ttf to compile. Under debian-based systems that can be installed using @@ -11,7 +17,7 @@ the following command. apt install cmake build-essential libsdl2-dev libsdl2-gfx-dev libsdl2-ttf-dev ``` -DejaVuSans is also expected to be present at the default location under linux whilst Arial is under Windows and macOS. +DejaVuSans is also expected to be present at the default location under linux whilst Arial is under Windows and macOS. The package under debian is called `fonts-dejavu-core` ## Compiling diff --git a/images/count-down.png b/images/count-down.png new file mode 100644 index 0000000..32d0f08 Binary files /dev/null and b/images/count-down.png differ diff --git a/images/different-max-score.png b/images/different-max-score.png new file mode 100644 index 0000000..a482cc7 Binary files /dev/null and b/images/different-max-score.png differ diff --git a/images/finish.png b/images/finish.png new file mode 100644 index 0000000..924c916 Binary files /dev/null and b/images/finish.png differ diff --git a/images/play.png b/images/play.png new file mode 100644 index 0000000..72c5341 Binary files /dev/null and b/images/play.png differ diff --git a/images/play2.png b/images/play2.png new file mode 100644 index 0000000..531b3c0 Binary files /dev/null and b/images/play2.png differ diff --git a/images/welcome-screen.png b/images/welcome-screen.png new file mode 100644 index 0000000..6a29b8e Binary files /dev/null and b/images/welcome-screen.png differ