Skip to content

shashwatkathuria/Pong-GameDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong-GameDevelopment Status completed Lua 5.2.4 LÖVE2D 11.2


ABOUT THE PROJECT

This is the 2D game PONG which was quite famous in the early stages of game development.


TECHNOLOGIES USED

  • Lua 5.2.4
  • LÖVE2D 11.2

INSTRUCTIONS TO RUN THE PROJECT

Type the following commands in sequential order to run the game:

          sudo apt install lua      (To install lua)
          sudo snap install love    (To intall love2d framework)
          [ignore above two commands if already installed] 
          love .               

CONTROLS

Left Player

  • w to move up
  • s to move down

Right Player

  • arrow up to move up
  • arrow down to move down