Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ pong3d Public archive

Pong3D using PyProcessing (py.processing.org)

Notifications You must be signed in to change notification settings

Mistera91/pong3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong3d

Pong3D using PyProcessing (py.processing.org)

How to run :

You need the command line version of processing.py

These instructions come from the processing.py official website :

Ensure that you can run Java by typing the following on the command line:

$ java -version

If it is not 1.8.0 even if you installed java 1.8.0, you can search for the absolute path of your java 1.8.0 executable

You'll also need to obtain the standalone version of Processing.py. Choose the appropriate link according to your platform:

Mac OS X

Windows : 64-bit, 32-bit

Linux : 64-bit, 32-bit

Inside the archive you will find the processing-py.jar file. You can run it using

$ java -jar processing-py.jar <script>

Or use the absolute path for your java executable

About

Pong3D using PyProcessing (py.processing.org)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages