Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 2.11 KB

README.md

File metadata and controls

33 lines (31 loc) · 2.11 KB

Sofa Shop - The Game

This was inspired by The Unmade Podcast

How to play

Move your mouse left to right to match the sofa to the curtains. Future plans can be found below.

Installation

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)

Once you have downloaded the zip file, you need to extract it, and open the folder contained inside of it.
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.

Future Plans

  • Add a title screen Completed
  • Add levels, with increasing difficulty as levels get higher Completed
  • Add more Unmade Podcast references
  • Final boss?
  • Feel free to let me know of any suggestions by opening an issue on GitHub