Basket Go! is a basketball game made in Python for the "NSI Trophies" contest of the year 2023
The goal of the project is to create a basketball game in Python. This game is made with PyGame. It is planned that the game will have an online leaderboard, a local multiplayer mode
You can download the project through the releases page on GitHub. If no release is available (which would probably be the case at the beginning), you have to manually clone the project and build it
To build the project from the source, you need to clone the project and install the necessary Python packages.
git clone https://github.com/Basket-GO/basket-go.git
cd basket-go
pip install -r requirements.txt
Then, you can run the game with the following command
python main.py
To play, you have take the ball and score a basket. An Angry Birds-like indication allows you to preview the ball's trajectory.