Tower of Voronoi by andrebeton
This is a two player game. You fight for territory. After ten seconds a winner is chosen based on how you placed your markers.
To set a marker you have to push your button:
Player 1: "A"
Player 2: "L"
Start the game from a terminal with "java -jar tower.jar" after you unzipped the archive and put the "res"-folder and the "tower.jar" into the same folder. JRE 7 is needed to play the game.
To set a marker you have to push your button:
Player 1: "A"
Player 2: "L"
Start the game from a terminal with "java -jar tower.jar" after you unzipped the archive and put the "res"-folder and the "tower.jar" into the same folder. JRE 7 is needed to play the game.
Ratings
| Coolness | 33% | 1528 |
| Overall | 2.37 | 1095 |
| Audio | 2.06 | 789 |
| Fun | 2.11 | 1085 |
| Graphics | 1.69 | 1150 |
| Innovation | 3.00 | 521 |
| Theme | 2.50 | 1031 |
rephus > java -jar tower.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Main : Unsupported major.minor version 51.0
I think the issue is that the theme does not fit the game quite well (the Voronoi game is better played turn-by-turn, at least by my experience).
On a totally unrelated note, I went through you source code to find which way you implemented the Voronoi diagram, but I was not able to find it. Which one did you choose ?