/NFT-Worlds-Game-Client

Primary LanguageTypeScriptOtherNOASSERTION

NFT Worlds Game Client

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.

Building

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.

Developing

To run the HMR dev server, run yarn run dev

Publishing a Release

  1. Bump the package.json version and commit the change
  2. Tag the commit in the format v0.0.0
  3. Push the commit and the tag to GitHub with git push && git push --tags
  4. Wait for the Publish Workflow to complete
  5. Find the newly created draft release under the Releases section
  6. Fill in the release title and description and publish!

Troubleshooting

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.