mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 00:00:14 -08:00
Java version of Bombardment
This commit is contained in:
8
11 Bombardment/java/src/BombardmentGame.java
Normal file
8
11 Bombardment/java/src/BombardmentGame.java
Normal file
@@ -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