Skip to content

Chomp game application in Python, using Tkinter

Notifications You must be signed in to change notification settings

shiraz-it/chomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chomp game

This project is Python implamantation of Chomp game. Chomp is a classic 2-players strategy game, played over rectengular grid of cells. All of the cells are regular but one- the cell at the left low corner is poison. Each player choose a cell to remove in his turn, together with those that are above it and to its right. The player that choose the poison cell lose.

How to get started with this project?

This project doesn't have any requirements, it uses only basic python packages- Tkinter, random, and regex.

All you need to do to play is clone and run. Enjoy!

Releases

No releases published

Packages

No packages published

Languages