Skip to content

Simple geometric game where one needs to build connections and route packets.

License

Notifications You must be signed in to change notification settings

YevhenKolisnyk/RouteGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteGame

Simple geometric game where one needs to build connections and route packets.

UWP app made with C# as a study project.

Route Game. The goal of the game is to build connection network between Nodes (color circles), to let packets (color squares) reach the corresponding node. While the node is not connected it could be moved to another position with drag-n-drop. Each node could have maximum three links to other nodes. If there are three links the node is equipped with switch. When two packets collide thay are destroyed together with the link. To build you need points:

  • Node cost 0 points;
  • Link cost 1 points;
  • Delivered package gives you 2 points;
  • Fee for destroying is 3 plus 4 for each package.

During the game new base (colored) nodes appear. Have fun!

About

Simple geometric game where one needs to build connections and route packets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages