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)

  1. Download zip file into folder 
  2. Navigate to publish/wwwroot
  3. Run a local webserver from that folder
    1. Python 2  - python -m SimpleHTTPServer 5000
    2. Python 3 - python -m http.server 5000
    3. Node
      1. npm install http-server -g [if not installed]
      2. http-server
  4. After running open game in browser http://localhost:5000

Download

Download
DiceGameServer.zip 35 MB

Development log

Leave a comment

Log in with itch.io to leave a comment.