Crystal-based back-end for the Go game.
Go to file
Danila Fedorin 7d548c390a Merge branch 'daniel-server'
# Conflicts:
#	public/scss/main.scss
2018-06-12 22:51:31 -07:00
external Clean up code. 2018-05-26 13:21:53 -07:00
public Merge branch 'daniel-server' of https://github.com/OSU-CS290-Sp18/final-project-group-4 into daniel-server 2018-06-12 21:18:51 -07:00
spec Initial commit. Create default project. 2018-05-25 12:15:57 -07:00
src Merge branch 'daniel-server' 2018-06-12 22:51:31 -07:00
.editorconfig Initial commit. Create default project. 2018-05-25 12:15:57 -07:00
.gitattributes Open database once update 2018-06-08 14:08:47 -07:00
.gitignore update gitignore again 2018-06-06 19:26:23 -07:00
.gitmodules Add the UI repository. 2018-05-25 12:17:59 -07:00
.travis.yml Initial commit. Create default project. 2018-05-25 12:15:57 -07:00
Go Game loading completed 2018-06-06 18:33:01 -07:00
LICENSE Initial commit. Create default project. 2018-05-25 12:15:57 -07:00
Makefile Modify Elm HTML output and create stylesheet. 2018-05-25 17:45:34 -07:00
README.md Remove extra commas from README 2018-06-02 21:50:23 -07:00
shard.lock Initial commit. Create default project. 2018-05-25 12:15:57 -07:00
shard.yml Initial commit. Create default project. 2018-05-25 12:15:57 -07:00

README.md

Go

This is an implementation of a game of GO in web application form.

Installation

TODO: Write installation instructions for Windows


TODO: Write installation instructions for Mac


Arch Linux:

  1. Install dependencies: pacman -S crystal shards ruby-sass
  2. Install Shards: shards install
  3. TODO: Add elm compilation
  4. Compile SASS Style: make generate-css
  5. Compile Crystal app: crystal build --release src/Go.cr
  6. Run with ./Go

Usage

While crystal app is running, go to localhost with port of 3000 in the browser.

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/[your-github-name]/Go/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors