S
S
Sirion2013-05-20 15:49:34
JavaScript
Sirion, 2013-05-20 15:49:34

javascript game: save/load?

Hello. I am Kirill. I would like you to make a game, a 3D action, the essence is this ...
The essence is this: I want to write a small toy in javascript, while purely client-side. Question: is it possible to somehow organize the storage of saves on a client computer?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Pushkarev, 2013-05-20
@Sirion

localStorage, cookies.

P
Pavel Tyslyatsky, 2013-05-20
@tbicr

localstorage (ie 8+) , application cache (ie 10+) , indexed db (ie 10+, ff, chrome) , web sql (chrome, opera, safari) , file writer (chrome, opera, safari)

E
Eddy_Em, 2013-05-20
@Eddy_Em

If you need to store large files, but you don’t want to use indexed db, then why not do a simple “Save / Load”?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question