This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Boat Man Shooters v1-beta #4
ghost
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! Due to app-building issues with relative directories in the code, we have published this first release as a beta. As you can see, there are no built apps in this release.
Installation of Dependencies
This project uses the dependencies
pygame-ce,asyncio,imageio,moderngl,numpy, andsupabase, which are not built in to the Python system. To install these dependencies, you will have to use pip in your terminal if you are in a local environment.Install
pipif Neededget-pip.pyfile from the following link:https://bootstrap.pypa.io/get-pip.py
cdin your terminal to get into the file and run it withpython3:cd /Directory/to/get-pip.py python3 get-pip.pyRemove Basic
pygame(if installed)If you don't have pygame installed, you may skip the following step to delete the basic pygame. If you do have this command, run the following in your terminal to delete pygame so that you may replace it with
pygame-ce.If that did not work, you can alternatively try the following command:
Install
pygame-ceYou may now install the dependencies:
cdinto repository folder:cd /Directory/to/repositoryIf that did not work, you can alternatively try the following command:
How to Run (Python Files)
cdinto the repository folder:cd /Directory/to/repositorymain.pyusingPython:If that did not work, you can alternatively try the following command:
This discussion was created from the release Boat Man Shooters v1-beta.
All reactions