Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lestherll/paddle-arcade
Paddle Arcade game (Pong clone)
https://github.com/lestherll/paddle-arcade
arcade python python3
Last synced: 7 days ago
JSON representation
Paddle Arcade game (Pong clone)
- Host: GitHub
- URL: https://github.com/lestherll/paddle-arcade
- Owner: lestherll
- License: mit
- Created: 2021-04-03T02:16:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T16:23:19.000Z (over 3 years ago)
- Last Synced: 2024-11-16T00:52:15.585Z (2 months ago)
- Topics: arcade, python, python3
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paddle Arcade
This is my take on the classic pong game using python and arcade library. The game is basic, catch the ball with the paddle until either one of the player loses. The game only supports 2-Player game for now.
## Dependencies
- python3
- arcade## Usage
1. Clone this repository - `git clone https://github.com/lestherll/paddle-arcade.git`
2. Execute `cd paddle-arcade`
3. Run `python3 main.py`## Future
- Game history using database
- Better menu system
- Better User experience
- Player vs Computer
- Player vs Player over different networks