Initial take on Amazing for Java, gitignore update for IntelliJ

This commit is contained in:
Topher Lamey
2021-02-27 18:41:04 -07:00
parent 299dc7f646
commit 691b82336c
3 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public class AmazingGame {
public static void main(String[] args) {
Amazing amazing = new Amazing();
amazing.play();
}
}