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.
To run AlonePong in Lua, follow these steps:
- Clone or download this repository to your local machine.
- Make sure you have the LÖVE framework installed. You can download it from https://love2d.org/.
- Open a terminal or command prompt and navigate to the "lua/alone_pong" folder.
- Run the game using the following command:
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.
This implementation of AlonePong is written in Lua and uses the LÖVE framework for game development.
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!