This is a work in progress simulator that aims to replicate the paths taken in an over_under game and serve as a simulator for general use. It works by connecting a gamepad that is compatible with the pygame framework, and then the program reads the input of the left joystick, in arcade style.
There are releases available in the releases tab of this repository. If your system is not supported currently, install python for your machine and then run
pip install .
In the directory that you have cloned this codebase to, using git
or using the <> Code->Download Zip
button.
Then, simply run either the executable file from your file manager/terminal, or run python main.py
in the directory of the project.
You should see the window with the Over Under map, and if you have a gamepad connected that works with pygame, you should be able to control the object on the screen.
The to-do and task manager for this application have been moved to github projects, as it allows us to collect the tasks and the schedule for them into one place. This project contains the tasks.
For seeing documentation about the program, see the documentation