Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 637 Bytes

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!