Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoverardo authored Jul 24, 2020
1 parent ec632c0 commit 67703d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 67703d7

Please sign in to comment.