ogallagher / refraction

Asynchronous multiplayer semi-turn-based game
Other
1 stars 0 forks source link

Add local vs. online mode switch #5

Closed ogallagher closed 3 years ago

ogallagher commented 3 years ago

Local mode would be similar to what the test variable in index.js currently does.

ogallagher commented 3 years ago

The switch was added, but the case of initially being local, then switching to online, is not yet handled properly.

ogallagher commented 3 years ago

Last remaining bug that I notice is the local-game-over element is not removed when switching to online mode.