Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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