8000 GitHub - amssdias/python-clickomania: Memory game with colors.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amssdias/python-clickomania

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clickomania

In the game of clickomania, you have to click on the group of boxes having the same colors.

The goal is to remove as many boxes as possible and you will win when all the boxes are removed.

Pre requisites

Run

  • Download the project, open terminal window on folder with "clickomania.py" and type:
python clickomania.py

Files

Clickomania.py

This is the file we will run, we only have a module to import and to call the main function to create the game

Layout.py

In this file I have created all the global variables plus the layout of the game.

Commands.py

In here I have builted the two main functions create_game to create the game, even when we click on the reset button, and activate to activate the color of the button and check if two squares are equal.

About

Memory game with colors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0