A base defense game made for my grade 12 computer science final.
- Download & unzip macOS.zip, and open fortify.app
- macOS will stop you from opening the app, since the app comes from an unidentified developer (me). To solve this, navigate to the bottom of Privacy & Security in System Settings and allow the app to open. Alternatively, you can use
xattr -d com.apple.quarantine path/to/fortify.appin the terminal. - Open fortify.app again.
- Install OpenJDK 17
- Download & unzip the Windows.zip file, and run fortify.exe.
There is no prebuild binary for linux, but you can run the source code quite easily.
- Install processing-java.
- In processing, install the 'Minim' library via Sketch >> Import Library... >> Manage Libraries...
- Download the source code and run fortify.pde.
