Mikhail Kryshen
Graph Game
Implementation of the Shannon switching game.
A game for two players. The first player selects edges of the graph trying to connect two highlighted nodes while the second player removes unselected edges. AI is available.
Download
Graph Game binary (version 1.1)
Graph Game source code (version 1.1)
License: GPL (version 3 or later)
Add this game to your site
- Download the game distribution archive.
- Unpack the archive and upload it's contents on your webserver.
- Link to graphg.html or copy the following HTML code to the webpage, where you want the game to display.
Applet HTML code
<applet code="kryshen.graphg.Applet" archive="graphg.jar"
width="494" height="344">
[Java Applet]
<b><a href="http://kryshen.net/games/graphg.html">Graph Game</a></b>
</applet>