This is an attempt to make a game similar to Ruby Warrior.
It won't have so great design or "art", since everything will be done by myself.
The reason I'm building this is I want to experiment with web based code interpreters. For this project I'm using skulpt.
- You'll need to have node installed globally.
- Download or clone the code.
- Run
bower installandnpm install - Go into
app/bower_components/aceand runnpm install && node ./Makefile.dryice.js - Run
node app/server.jsand you should get it running.
- Use local storage for saving the content of the text editor - save button.
- Create backbone stuff.