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