Tacktics Kit is a proof of concept game using only jQuery and HTML. For ease of use, it also uses Sinatra’s built-in web server.
First clone the project. Then use bundler to install the necessary dependencies:
bundle install
Then you should be able to run:
ruby server.rb
From here you can simply hit http://localhost:4567/ to begin playing. Enjoy!