https://github.com/parisneo/lollms_pong_game
A pong game built by Code builder
https://github.com/parisneo/lollms_pong_game
Last synced: about 1 month ago
JSON representation
A pong game built by Code builder
- Host: GitHub
- URL: https://github.com/parisneo/lollms_pong_game
- Owner: ParisNeo
- License: mit
- Created: 2024-10-27T20:00:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:04:34.000Z (over 1 year ago)
- Last Synced: 2025-10-30T14:44:05.745Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2. From the main menu, select your preferred game mode:
- Play vs AI: Challenge the computer at different difficulty levels
- Play vs Player: Local multiplayer mode
- Leaderboard: View high scores
- Quit: Exit game
3. Enter player name(s) when prompted
4. Use the controls listed above to play
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
ParisNeo
## Acknowledgments
- Original Pong game by Atari
- Pygame community