jonmarkgo / anagramthief

A real-time multiplayer word game in which you race to build words from letter tiles, and you can steal your opponents’ words by rearranging and adding letters.

Home Page:http://dcliu.com/projects/anagram-thief/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the code for [Anagram Thief](http://dcliu.com/projects/anagram-thief/), which is a real-time multiplayer word game in which you race to build words from letter tiles, and you can steal your opponents’ words by rearranging and adding letters.

Updated to run on Rails 4

First time you run it:
move .env.sample to .env and fill in vars
docker-compose run web bundle exec rake db:create
docker-compose run web bundle exec rake db:migrate

To start:
docker-compose up --build -d

About

A real-time multiplayer word game in which you race to build words from letter tiles, and you can steal your opponents’ words by rearranging and adding letters.

http://dcliu.com/projects/anagram-thief/


Languages

Language:Ruby 49.5%Language:CSS 21.2%Language:JavaScript 16.1%Language:Haml 4.7%Language:SCSS 4.0%Language:HTML 3.3%Language:EJS 1.1%Language:Dockerfile 0.2%