Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.33 KB

Pie, Robot

A game made with Pyxel inspired by Pazzi and 625 Sandwich Stacker.

Order's Up! Help your robot friend make pizzas by collecting the right ingredients and avoiding the bad stuff.

Score points by collecting the ingredients (left/right arrow keys) shown in order. When a pizza is complete take it to the oven and hit space to clear the order and get a points bonus.

Collecting a wrong ingredient will incur a strike, and if it's one of the nasty ones (is that a... human nose?) will mean you have to start the order over. Three strikes and it's game over !

How to Run

Install Pyxel following these instructions.

Then run:

# clone the repo
git clone https://github.com/jonnyroutley/robot-game

# create a virtual environment and install requirements
python -m venv env
source env/Scripts/activate
pip install -r requirements.txt

# play the game!
cd robot-game/robo_pizza
pyxel play robo_pizza.py.pyxapp

Alternatively, you can play in-browser here: https://kitao.github.io/pyxel/wasm/launcher/?play=jonnyroutley.robot-game.robo_pizza.robo_pizza