Warning
This project has been archived since Monday 15th April 2026. The purpose of this project was to get an A* in Computer Science A-Level final project, so it has been maticilously developed to be as complex and overengineered as possible. This project is shockingly unoptimized; only dare to run this game if you have 12 NASA super computers to spare for a few weeks. You have been warned!
A small game about a fish in the deep sea.
- Python
- UV package manager
- Windows/Linux OS
- Clone the repository (
git clone https://github.com/TymonMarek/justkeepswimming.git; cd justkeepswimming) - Download the project's dependancies (
uv sync) - Run the game (
uv run justkeepswimming)
- Python
- UV package manager
- Windows/Linux OS
- A lot of time...
- Clone the repository (
git clone https://github.com/TymonMarek/justkeepswimming.git; cd justkeepswimming) - Download the project's dependancies (
uv sync) - Run the build command (
uv run build) - Distribute the contents of the
builddirectory (that is generated after the build) packaged together. - Execute the
justkeepswimmingexecutable in thebuilddirectory on another machine to run the game.