make a game that kind of looks like a lego game but tweaked a little, where you can play on single player or on multiplayer and you can join other people's games and create things with them.
Make an entire new save system.
okay donerequires Jettisonhttps://gist.github.com/portify/4951399
%events = %dat.set( "events", js_array() ); for ( %j = 0 ; %j < %dat.numEvents ; %j++ ) { // @TODO: save events }
requires Jettison
And that is what
Jettison is a bunch of Java APIs to read and write with JavaScript Object Notation (JSON)
..nohttp://github.com/portify/jettison