This is the 2D game PONG which was quite famous in the early stages of game development.
- Lua 5.2.4
- LÖVE2D 11.2
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 .
- w to move up
- s to move down
- arrow up to move up
- arrow down to move down