silentDjay / Mapstery

A geography game inspired by my long history of spending hours on end staring at maps
http://silentdjay.github.io/Mapstery/
6 stars 3 forks source link

Save game data #9

Closed silentDjay closed 1 year ago

silentDjay commented 7 years ago

Keep a record of previous countries clicked/not clicked and how many clicks it took to find (I'd like to build this with a Node backend)

Django Rest Framework is also an option: https://www.django-rest-framework.org/tutorial/1-serialization/#testing-our-first-attempt-at-a-web-api

Or perhaps Meteor: https://www.meteor.com/tutorials/blaze/creating-an-app

Or Express: https://expressjs.com/

silentDjay commented 4 years ago

perhaps this would be a useful thing: if you ever get to the point of having free time, the cloudflare workers free plan allows you 100k requests per day and a free https://.workers.dev site, so it might be a fun way to play around with backend functions (sadly no python support yet, but javascript, rust, and go)

silentDjay commented 3 years ago

As an option here, you could make Mapstery in to a React app with a Node backend: https://jscomplete.com/learn/1rd-reactful

silentDjay commented 1 year ago

closing this issue - a lot can be achieved with the localstorage option (https://github.com/silentDjay/Mapstery/issues/71) and this would be a huge undertaking.