Roll the Dice
A downloadable game for Windows
Submission to GMTK 2022
Use the arrow keys to roll the dice to the goal locations.
Could not get to run in browser using Itch.io in time. Including a standalone .NET server application for the game jam deadline.
I've had some issues reported with the .NET server and its probably simpler to just run a different kind of local server using node or python (also this works on any operating system)
- Download zip file into folder
- Navigate to publish/wwwroot
- Run a local webserver from that folder
- Python 2 - python -m SimpleHTTPServer 5000
- Python 3 - python -m http.server 5000
- Node
- npm install http-server -g [if not installed]
- http-server
- After running open game in browser http://localhost:5000
Status | Prototype |
Platforms | Windows |
Author | Faerie Tavern |
Download
Download
DiceGameServer.zip 35 MB
Development log
- Games using Blazor Webassembly on itch.ioJul 18, 2022
Leave a comment
Log in with itch.io to leave a comment.