roads-rivers-and-residences
v0.1.0
Published
First game of life, then probably a carcassonne like game
Downloads
2
Readme
roads-rivers-and-residences
First working through the rust wasm book later maybe a carcassonne like game.
How to build and deploy
Run wasm-pack build
in the main folder.
Then npm link
in the created pkg folder
Then npm link roads-rivers-and-residences
in the www folder
Then www directory first run npm install
and then npm run start