Skip to content

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

License

Notifications You must be signed in to change notification settings

marc-dantas/pong3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages