Besides the fact that we wanted to take up a challenge from the Python community and do something random, we've all had an innate interest in games and game development to an extent. PyWeek is a bi-annual game jam that promotes writing games for fun in Python, so when the opportunity came, it was hard to pass up. This game was made in a span of 4 days for PyWeek 30. Check out our entry here!
To install this game, first clone this git repository.
git clone https://github.com/Not-Pace/PyWeek30.git
Navigate to the folder and make a quick virtual environment to run the game:
virtualenv .game
On UNIX/Linux/WSL:
source .game/bin/activate
On Windows
source .game/Scripts/activate
Install all the dependencies from the requirements.txt
folder.
pip install -r requirements.txt
Now run main.py to run the game!
python main.py
The Loast Coast is the name of the Discord server that we've created for our friends, and our aim was to kinda make a game celebrating (read: roasting) people from the server, while also abiding by the theme of the challenge, which was Castaway. Thus we created this game. The objective of this game is to escape the island to get to the (Loast) coast. The island is haunted by ghosts, and littered around are items that could make the game easier to finish.
We made this entire game using:
The sprites we used were from the Kenney 1-bit Pack