screenshot

Down the toilet

# Down the toilet
This is a 1-player game where player surfs downstream the inside of a toilet. In which we seems to be in a endless space-river. Surf throu the river back and forth and avoid getting hit by all the random shit the space-toilet trows at you.

## How to play the game

Surf around by using the `'W', 'A', 'S', 'D'` or the `'UP', 'LEFT', 'RIGHT', 'DOWN'`- KEYS


## Enjoy the Game!
Feel free to reach out for any issues or feedback. Happy gaming!

**Studio Rakkas**' contribution to the **pyWeek39** game jam, with the theme "Downstream".

## Requirements

To run this project, ensure you have at least **Python 3.13** installed.

### Installation

You can run the game without installing dependencies globally by using a virtual environment, to do so, navigate to the quisling directory and then:

1. **Install Pipenv:**
   - If you don't have pipenv already installed:
     ```bash
     pip install --user pipenv
     ```

1. **Create a virtual environment:**
   ```bash
   pipenv run install-req
   ```

2. **Run the game:**
   ```bash
   pipenv run start
   ```

### Alternative: Install Globally

1. **Install the dependencies:**
   ```bash
   pip install -r requirements.txt
   ```

2. **Run the game:**
   - Using terminal:
     ```bash
     python path/to/main.py
     ```
   - Or run main.py within your IDE.



Awards

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.8
Fun: 2.5
Production: 3.3
Innovation: 2.6

9% respondents marked the game as not working.
Respondents: 10

Files

File Uploader Date
Screenshot_2025-03-30_at_20.32.05.png
screenshot
gurkwaan 2025/03/30 18:32
downstream.zipfinal
final final
gurkwaan 2025/03/30 18:25

Diary Entries

First and last note

This thim we made a 1-player game. 
Where player surfs downstream the inside of a toilet. In which we seem to be in a endless space-river. Surf thru the river back and forth and avoid getting hit by all the random shit the space-toilet trows at you.


Somehow we always end up building an engine instead of building the game, but we managed to stitch something together.

1 comment