Skip to content

platipy/sarah-and-roberts-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sarah and Robert's Awesome Game

Where everyone's a winner

screenshot of game

Setup

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 main.py

Tutorial

  • Move your cursor around to see colors.

  • Press space to change the size of the paintbrush.

  • Press left shift to see the current size of the paintbrush in the top left white square.

  • Start the game with python3 main.py random to draw with random colors; otherwise, the game will draw with a randomly generated gradient sequence.

  • Press enter to stop and start drawing.

  • Hold control to erase.

  • Press c to clear the canvas.

  • Press q to quit.

Troubleshooting

  • If the screen resolution is too large, decrease the SIZE in main.py.

About

Sarah and Robert made a game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages