JernejHabjan / fuzzy-waddle

Game development with Phaser and networking available on https://fuzzy-waddle.onrender.com and https://jernejhabjan.github.io/fuzzy-waddle
https://fuzzy-waddle.onrender.com
MIT License
0 stars 0 forks source link

Save and load tile object info #14

Closed JernejHabjan closed 9 months ago

JernejHabjan commented 2 years ago

make option to save this tilemap somewhere (maybe text for now) and load it later load json as 3rd parameter https://phaser.io/examples/v2/loader/load-tilemap-json

JernejHabjan commented 1 year ago

And save game

http://www.thebotanistgame.com/blog/2015/08/12/saving-loading-game-state-phaserjs.html

JernejHabjan commented 9 months ago

Save game working. Saving tilemap not needed as we're not doing map editor in-game, as it's not required atm. It'd also complicate tilemap creation as there are no terrain sets defined - would have to do that manually