munificent / hauberk

A web-based roguelike written in Dart.
http://munificent.github.io/hauberk/
Other
2k stars 200 forks source link

Can't make the game work #67

Open nhatquang0672 opened 8 months ago

nhatquang0672 commented 8 months ago

I run the "make serve" command without any errors, but when access to localhost:8080, I don't see anything. image image Can you help me with this issue ?

munificent commented 8 months ago

Are you on the latest Dart SDK? (I shouldn't make a difference, but it might.)

Also, can you include a full stack trace?

If you've run the game locally before, you may have some stale local storage data from previously created characters. Since the game is under development (and totally unsupported), I tend to change the storage format frequently, and that's likely to break loading existing characters. If I remember right, the game will delete any hero it can't load, so a refresh may help. If that doesn't work, try putting ?clear at the end of the URL and reload. That will delete any previously stored heroes.