grapereader / GameNamePending

An awesome new Roguelike written in Javascript.
https://www.viaware.ca/gnp
3 stars 0 forks source link

Multithreaded level generation #4

Open grapereader opened 9 years ago

grapereader commented 9 years ago

We should be able to use https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers to thread the level generation.

This means we could generate the levels and not hang the main application.