Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shashwatkathuria/pong-gamedevelopment

2D Game Development using Lua, LOVE2D
https://github.com/shashwatkathuria/pong-gamedevelopment

2d-game game-development gaming love2d love2d-framework lua pong pong-game push

Last synced: 8 days ago
JSON representation

2D Game Development using Lua, LOVE2D

Awesome Lists containing this project

README

        

# Pong-GameDevelopment ![Status completed](https://img.shields.io/badge/Status-finished-2eb3c1.svg) ![Lua 5.2.4](https://img.shields.io/badge/Lua-5.2.4-red.svg) ![LÖVE2D 11.2](https://img.shields.io/badge/LÖVE2D-11.2-yellow.svg)
----------------------------
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

---------------------------