forked from games50/pong
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec632c0
commit 67703d7
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |