Skip to content

Personal Project to solve the water sorting puzzle. In this puzzle you are given tubes filled with liquids, and each tube is divided into four units total of one or more liquids. The goal of the game is to sort each liquid into tubes such that each tube is either empty or every quarter of the tube contains the same color/type of liquid.

Notifications You must be signed in to change notification settings

ethanrweber/WaterSortPuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic puzzle game I'm working on which serves as my personal introduction to pygame!

project structure:

  • \data - puzzle logic handling
  • \graphics - rendering the game with pygame

I'm developing in PyCharm as well

About

Personal Project to solve the water sorting puzzle. In this puzzle you are given tubes filled with liquids, and each tube is divided into four units total of one or more liquids. The goal of the game is to sort each liquid into tubes such that each tube is either empty or every quarter of the tube contains the same color/type of liquid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages