/trapping-water

Small python app with GUI created with tkinter

Primary LanguagePython

Trapping water

Why this project?

I wanted to create small simulation after I faced Trapping Rain Water challenge.

Usage

  • Run main.py
  • Set custom grid size
  • Click on grid tile to set block height
  • Click on end of block to delete him
  • Water will generate automatically

Screenshots

Start view

Image1

Generated water

Image2

Form validation error

Image3

Changed grid size

Image4