mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Java version of Trap
This commit is contained in:
8
92 Trap/java/TrapGame.java
Normal file
8
92 Trap/java/TrapGame.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class TrapGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Trap trap = new Trap();
|
||||
trap.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user