Durev / CaptainChallenge

Coding test : fighting game :video_game:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captain Challenge

This is a toy application including a fighting game and an interface to manage different characters.

Play

Online

You can play online here.

Locally

To run it on your computer :

Download or git clone this repo. Then bundle install :

$ bundle install

Next, migrate the database:

$ rails db:migrate

And create the first characters : (it might take a few seconds)

$ rails db:seed

You are ready to run the app in a local server:

$ rails server

About

Coding test : fighting game :video_game:


Languages

Language:CSS 67.1%Language:Ruby 20.8%Language:HTML 9.0%Language:JavaScript 2.9%Language:CoffeeScript 0.2%