metulburr / FloodIt

Flood It written in Python/Pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo http://www.pygame.org/project-Flood+It-2896-4729.html

###How to Play Starting with the color of the topleft most block, The goal is to change the entire board to one color within 25 turns. Each turn you choose the next color to switch to correpsonding to neighboring blocks.

###arguments run game with defaults

python game.py

list help arguments

python game.py --help

fullscreen

python game.py -f

difficulty

python game.py -d hard

screen size

python game.py -s 1024 800

About

Flood It written in Python/Pygame

License:Other


Languages

Language:Python 100.0%