We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6129de3 commit 129e745Copy full SHA for 129e745
ebiten-game/README.md
@@ -29,7 +29,7 @@ This launches the desktop version of the game.
29
#### 3. Run the Game (Web)
30
To build and serve the web version:
31
```
32
-./build_wasm.sh
+./build_wasm.sh # or ./build_wasm.ps1 on windows
33
python3 -m http.server 8080
34
35
Then open your browser and go to:http://localhost:8080
0 commit comments