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