Skip to content

jonnyroutley/robot-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A retro game made with Pyxel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages