Skip to content

Peachy-Njenga/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Pong Remake

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.

How to Run the Game

To run the Pong Remake on your system, follow these steps:

  1. Install Love2D: Ensure you have Love2D installed on your machine. You can download it from the official Love2D website.

  2. Clone the Repository: Clone this repository to your local machine using Git:

    git clone https://github.com/your_username/pong-remake.git
  3. Navigate to the Directory '/Pong' to play against the computer: Enter the directory containing the cloned repository:

    cd pong.
  4. Run the Game: Run the game using Love2D:

    love .
  5. Enjoy!: Once the game window opens, get into the game or grab a friend and start playing Pong!

Controls

Against Computer:

-Player: Use the Up and Down keys to move up and down.

Gameplay

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.

Features

  • Classic Pong gameplay recreated.
  • Simple controls for easy pickup and play.

Future Fixes

  • Implement both game modes together using states

About

A recreation of the popular 1971 Pong game using lua on love2d framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors