Java port of Hammurabi - WIP

This commit is contained in:
journich
2021-03-04 15:17:20 +10:30
parent 69c728955f
commit 8c3b20b129
2 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
public class HammurabiGame {
public static void main(String[] args) {
Hammurabi hammurabi = new Hammurabi();
hammurabi.play();
}
}