https://github.com/rmottanet/alone-pong-lua
AlonePong: Lua version in PongCraft project. Classic Pong with unique twist. Explore Lua for game dev
https://github.com/rmottanet/alone-pong-lua
game-development gamedev lua oldgames oldschool
Last synced: 5 months ago
JSON representation
AlonePong: Lua version in PongCraft project. Classic Pong with unique twist. Explore Lua for game dev
- Host: GitHub
- URL: https://github.com/rmottanet/alone-pong-lua
- Owner: rmottanet
- License: mit
- Created: 2023-12-15T17:05:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T15:52:15.000Z (over 2 years ago)
- Last Synced: 2025-01-03T11:47:09.537Z (over 1 year ago)
- Topics: game-development, gamedev, lua, oldgames, oldschool
- Language: Lua
- Homepage: https://rmottanet.github.io/pongtopia/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlonePong in Lua
Welcome to the Lua version of AlonePong in the PongCraft project! In this implementation, you'll experience the classic Pong game with a unique twist: you control a single paddle that bounces the ball against the bottom and side walls. Enjoy OldSchool stress-free moments while exploring Lua for game development.
## How to Run
To run AlonePong in Lua, follow these steps:
1. Clone or download this repository to your local machine.
2. Make sure you have the LÖVE framework installed. You can download it from [https://love2d.org/](https://love2d.org/).
3. Open a terminal or command prompt and navigate to the "lua/alone_pong" folder.
4. Run the game using the following command:
```bash
love main.lua
```
That's it! You can now enjoy the game and explore Lua for game development. The game logic is implemented in the "main.lua" file.
## Technologies Used
This implementation of AlonePong is written in Lua and uses the LÖVE framework for game development.
## Feedback and Contributions
If you have any feedback, ideas for improvements, or if you'd like to contribute to this project, feel free to reach out. Your input is highly appreciated!
Thanks for playing AlonePong in Lua, and enjoy the game!