Readme

# README #

### Slurp Fantasy - Pyweek 37 ###

* Pyweek 37
* Theme: Tube
* [ Multiverse Factory 37 project on pyweek.org](https://pyweek.org/e/MultiFactory37/)
* Team members (pyweek.org names): DR0ID, gummbum

### How do I get set up? ###

* Download the final package, unpack the files into a dedicated directory
* No configuration is necessary
* Install dependencies:
  * Install Python 3.10+
  * In the game directory: pip install -r requirements.txt
  * Dependencies: Python 3.10+, pygame-ce 2.4.0 (developed and tested with these; other versions may work, but please do
    not report bugs with other versions)

    **!! if you use pygame please make sure to uninstall it first before installing pygame-ce**

  * Run the game in Python 3.10+:
  * python run_game.py
  * py3 run_game.py
  * py -3 run_game.py

### Who do I talk to? ###

* @dr0id_ in Python#pyweek-game-jam
* @.mrgumm in Python#pyweek-game-jam

### How to play the game ###

User the mouse and the keys a s d w (or alternatively space to jump)

### Tips ###

Try to eat some!

### Thanks ###

Thank you for playing. And if you made a game for Pyweek 37, thank you and good luck.