Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.07 KB

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