Skip to content

Starfish Release v1.0.0

Latest
Compare
Choose a tag to compare
@nickesc nickesc released this 27 Apr 01:47
· 3 commits to main since this release

The full release of Starfish. Contains the full, final submission for the Gamedev.js Jam 2023 game jam.

There are three ways to play full the release of Starfish:

Online

Starfish is playable online either on https://nickesc.github.io/projectStarfish or on https://nickesc.itch.io/starfish

Local HTML5

Download Starfish_v1.0.0_HTML5.zip and decompress it. Use a Terminal to navigate to the unzipped directory, and use Python to run a localhost that will serve the game page with the serve.py file:

python serve.py --root .

some systems may need to use python3 serve.py --root . to specify Python 3 to run the file.

This build is also installable as a Progressive Web App.

MacOS App

To run as a native MacOS app, download Starfish_v1.0.0_MacOS.zip and decompress it. Run Starfish.

you may need to allow the app to run in System Preferences > Security & Privacy > General if it will not open