mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 04:15:45 -08:00
Java version of Chief
This commit is contained in:
8
25 Chief/java/src/ChiefGame.java
Normal file
8
25 Chief/java/src/ChiefGame.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class ChiefGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Chief chief = new Chief();
|
||||
chief.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user