Skip to content

Inspired by the New York Times Vertex game. This is a procedurally generated version.

Notifications You must be signed in to change notification settings

BH4/triangulation_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triangulation_game

Inspired by the New York Times Vertex game. This is a procedurally generated version.

Current controls: Start the game by running the file "game.py" using python 3.

Clicking near a point and dragging near another will drop an edge between them. Right click will undo. Left click away from any points and dragging will pan the view. Scroll wheel will zoom.

By default the levels are changed randomly. To choose a particular level add "lvl_seed=YOUR_NUMBER" as a parameter in the line "g = triangulation()". The new line should read "g = triangulation(lvl_seed=YOUR_NUMBER)" potentially with other parameters.

About

Inspired by the New York Times Vertex game. This is a procedurally generated version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages