I'm doing an online Java course through my university. I have just finished an assignment in IntelliJ. It's a very basic text-based game that prints information to the console using System.out.println
, as well as taking keyboard inputs from the user.
The game consists of several classes, an interface, an abstract class, and the main program screen shot of structure here.
Although not part of the assignment, I am curious as to what I would need to do so this "game" could be run outside of IntelliJ as a .exe (or similar) in Windows directly. For example, if a friend wanted to play on their PC without having IntelliJ installed.