Welcome to the Pong Remake project for CS50's Introduction to game development! This is a Lua implementation of the classic arcade game Pong, built using the Love2D framework.
To run the Pong Remake on your system, follow these steps:
-
Install Love2D: Ensure you have Love2D installed on your machine. You can download it from the official Love2D website.
-
Clone the Repository: Clone this repository to your local machine using Git:
git clone https://github.com/your_username/pong-remake.git
-
Navigate to the Directory '/Pong' to play against the computer: Enter the directory containing the cloned repository:
cd pong. -
Run the Game: Run the game using Love2D:
love . -
Enjoy!: Once the game window opens, get into the game or grab a friend and start playing Pong!
-Player: Use the Up and Down keys to move up and down.
The objective of Pong is simple: each player controls a paddle and tries to hit the ball past the opponent's paddle. The first player to reach a set number of points wins the game.
- Classic Pong gameplay recreated.
- Simple controls for easy pickup and play.
- Implement both game modes together using states