- Intro
- How to play
- Installation
- How to run
- Controls
- Screenshots
Welcome to Feed the Fridge! The objective of this game is to collect food and feed the "friendly" fridges! This is my first game jam and I had fun making this game! This was part of https://itch.io/jam/mini-jam-169-future
- Collect food and feed the fridges by pressing 'e'
- Be Careful over time the fridges malfunction if they aren't feed!
Make sure you have Python 3.8+ and Pygame installed.
- Download Python and install it.
In your terminal or command prompt, run:
pip install pygame
- Download the game files from https://github.com/baldlow/smartFridge
- Or unzip the folder if downloaded as zip
- Open a terminal/command prompt and navigate to the game folder:
cd src- Run the game with:
python main.py
- Arrow Keys and WASD: Move
- E: Deposits food if near fridge
