BEATBLADE
A downloadable game for Windows and macOS
Download
Install instructions
MAKE SURE YOU HAVE JAVA INSTALLED
I do not have this game licensed because it costs $99 a year for mac so I'm good.
MAC OS:
Unzip the file and place it wherever you want to store the game. The game is named BEATBLADE.
To get around the apple security stuff, you need to run these commands in your terminal. It just overrides apples quarantine security features that don't allow you to play the game. Mac will say that this software is malicious, but don't worry I just haven't licensed the game. You can look at all my source code on my github: https://github.com/natersalad/BeatBlade_NWEBPG
- Right-click and select “Open” from the pop-up menu. This will give you a slightly different dialog box, which will allow you to still Open the app.
- Open a Terminal window and type:
xattr -d com.apple.quarantine /path/to/BEATBLADE.app
or if that still does not work, try:
xattr -cr /path/to/BEATBLADE.app
Tip: you can get the full path to your app (the
/path/to/BEATBLADE.app
part above) by dragging the.app
file into the Terminal window. So typexattr -cr
, then drag the app into the window, then hit return. Done!
WINDOWS:
Unzip the file and place it wherever you want to store the game. The game is named BEATBLADE. Double click and allow it to run. Windows might say that this software is malicious, but don't worry I just haven't licensed the game. You can look at all my source code on my github: https://github.com/natersalad/BeatBlade_NWEBPG
Leave a comment
Log in with itch.io to leave a comment.