From 67703d786f4066bf075009f1bb984399015c5f30 Mon Sep 17 00:00:00 2001 From: lorenzoverardo <65782244+lorenzoverardo@users.noreply.github.com> Date: Fri, 24 Jul 2020 20:12:02 +0200 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3778a1f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Pong +Atari's 1972 classic, implemented in Lua with LÖVE 11.3 + +Forked from [here](https://github.com/games50/pong) and based on the CS50 Game Development course by Harvard University + +## Features: +- Player vs Player - Player 1 moves with W and S, Player 2 moves with arrow keys (↑ and ↓) +- CPU vs Player aka Automatic Mode (Press 'A' to enable/disable it) +- First player to get to 10 wins + +![Screenshot](https://i.imgur.com/K4KCrUT.png)