REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
41/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Pong
By: Iñigo Quintana Delgadillo
Description
Table of Contents
- Installation
- Usage
- Features
- Contributing
- License
Installation
Follow these steps to set up the project locally:
-
Clone this repository:
git clone https://github.com/Inigo1405/Juego-Pong-python.git
cd project
-
Create and activate a virtual environment:
python -m venv venv
source env/bin/activate # On Linux/macOS
env\Scripts\activate # On Windows
-
Install the required dependencies:
pip install -r requirements.txt
Usage
-
Start the game by running the main script:
python main.py
-
Use the following controls during gameplay:
- Player 1 (Left Paddle):
- Player 2 (Right Paddle):
- Move Up:
Up Arrow
- Move Down:
Down Arrow
-
Play the game and enjoy!
License
This project is licensed under the MIT License. See the LICENSE file for details.
( ノ ゚ー゚)ノ
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
The game I developed is a reimagining of the classic Crossy Road, and the difference is in the way the character is controlled. Instead of the traditional keyboard, movements are captured via the webcam, allowing players to control the game with hand gestures.
31/100 healthActive repository
C#No license#acessibility#computer-vision#csharp#game
⑂ 0 forks◯ 0 issuesUpdated Jan 4, 2024