Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A game made for the Pygame Community Spring Jam 2024. Made with pygame-ce and love :)

Matiiss/IcyHotWaters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icy Hot Waters

Work Heavily In Progress, however, development is paused during the ratings period of the jam this was originally made for.

Launching the game using CLI

After going through the entire process, subsequent launches are a simple python icy_hot_waters.py from the IcyHotWaters directory.

It's important to install the requirements with the specified pygame-ce version 2.4.1 as this project uses API that might be deprecated in later releases and may not exist yet in earlier ones.

On Windows

git clone https://github.com/Matiiss/IcyHotWaters
cd ./IcyHotWaters
py -m venv venv
./venv/scripts/activate
pip install -r requirements.txt
python icy_hot_waters.py

On Linux

git clone https://github.com/Matiiss/IcyHotWaters
cd ./IcyHotWaters
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python icy_hot_waters.py

About

A game made for the Pygame Community Spring Jam 2024. Made with pygame-ce and love :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages