mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Boxing 15 - ported to java
This commit is contained in:
6
15 Boxing/java/BoxingGame.java
Normal file
6
15 Boxing/java/BoxingGame.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class BoxingGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
new Boxing().play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user