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

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

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