Cool game with a fun boss at the end. A bit repetitive, and once you have the highest level of all weapons, you’re essentially unbeatable.
The game works on Silicon Macs, however you might need to do the following to make it work on your side:
codesign -d --entitlements :- 'Last Bastion.app' > /tmp/raw-entitlements.txt 2>&1
codesign --force --deep --sign - \
--entitlements /tmp/repair-entitlements.plist \
'Last Bastion.app'
xattr -dr com.apple.quarantine 'Last Bastion.app'
xattr -cr 'Last Bastion.app'
codesign --verify --deep --strict --verbose=2 'Last Bastion.app'




