The NFT Worlds Game Client is the portal for players on PC, Mac and Linux systems to play the most immersive version of NFT Worlds.
The game client is currently in a very early alpha stage. Please report any bugs or issues you encounter.
To build the client as an installer, run yarn run dist
To build the client as an unpackaged directory, run yarn run dist:bare
Both will output the result to the dist
directory.
To run the HMR dev server, run yarn run dev
- Bump the
package.json
version and commit the change - Tag the commit in the format
v0.0.0
- Push the commit and the tag to GitHub with
git push && git push --tags
- Wait for the Publish Workflow to complete
- Find the newly created draft release under the Releases section
- Fill in the release title and description and publish!
These steps should help reset the launcher and clear out any state-related issues. If you've tried everything listed here then please file an issue. This is not a comprehensive list and more troubleshooting steps may be added in the future.
- Clear your
.nftworlds
directory. On Windows this is in%appdata%
, on macOS this is in~/Library/Application Support
.