mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-12 13:15:18 -08:00
Java port of Hammurabi - WIP
This commit is contained in:
7
43 Hammurabi/java/src/HammurabiGame.java
Normal file
7
43 Hammurabi/java/src/HammurabiGame.java
Normal file
@@ -0,0 +1,7 @@
|
||||
public class HammurabiGame {
|
||||
public static void main(String[] args) {
|
||||
|
||||
Hammurabi hammurabi = new Hammurabi();
|
||||
hammurabi.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user