- Offline games against a friend.
- Mulltiplayer games (LAN).
- Downloading the code and executing it in cmd
It is necessary to download also the res folder and store it in the same directory as the src folder before executing the following commands.
javac -d bin -cp src src\main\App.java
java -cp bin;res main.App
- Downloading the lastest release (recomended) Just clicking here.
- Can be found with the release download link, above or here.
- Also can be generated in cmd using the src folder