This was inspired by The Unmade Podcast
Move your mouse left to right to match the sofa to the curtains. Future plans can be found below. Sofa Shop - The Game is created in Python using Pygame.Here is a link to the Pygame installation instructions.
Once pygame is installed, download the game files from GitHub.
On the right side, click on the latest release
And then click on Source code (zip) at the bottom.
Alternatively, to download the latest features, in the top right corner, click on the green Code button, and select Download ZIP at the bottom. (If you are familiar with git, that will also work) |
Next, we need to open this file inside of the terminal. This can generally be done by right clicking the folder, depending on your operating system. Google is your friend.
Once you have the folder opened inside of your terminal, type
python3 main.py
. If you do not hear the music, try restarting your computer.Add a title screenCompletedAdd levels, with increasing difficulty as levels get higherCompleted- Add more Unmade Podcast references
- Final boss?
- Feel free to let me know of any suggestions by opening an issue on GitHub