Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shashwatkathuria/pong-gamedevelopment
- Owner: shashwatkathuria
- Created: 2019-07-11T16:13:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T10:22:44.000Z (over 5 years ago)
- Last Synced: 2024-11-28T23:24:45.068Z (2 months ago)
- Topics: 2d-game, game-development, gaming, love2d, love2d-framework, lua, pong, pong-game, push
- Language: Lua
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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---------------------------