SkillAgentSearch skills...

Pong3D

A 3D Pong game made in Python with Ursina Engine.

Install / Use

/learn @marc-dantas/Pong3D
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pong3D

This is Pong3D. A remake of an old project. It is a very simple 3D Pong game made in Python.

Pong3D Screenshot

How to play

This game is written in Python. So you need the latest Python Interpreter installed.

Dependencies

At the repository's directory, install all the necessary dependencies with pip:

$ pip install -r requirements.txt

Assets

Tutorial

After installing all the dependencies, run the only Python script at the src folder:

$ python src/pong3d.py

Controls

| Control | Description | | ------------- | --------------- | | ESC | Pause/unpause game | | W/S | Move paddle P2 | | LEFT ARROW/RIGHT ARROW | Move paddle P1 |

Old version

You can also play the old version of the game. It's source code is in the oldsrc folder inside the repository.

To play it, just install old dependencies and run the old script:

$ pip install -r oldsrc/requirements.txt
$ python oldsrc/__main__.py

By Marcio Dantas

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

75/100

Audited on Oct 30, 2024

No findings