mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-08 21:37:13 -07:00
Java version of Bombardment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class BombardmentGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Bombardment bombardment = new Bombardment();
|
||||
bombardment.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user