You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
# Conflicts: # public/scss/main.scss |
6 years ago | |
---|---|---|
external | 6 years ago | |
public | 6 years ago | |
spec | 6 years ago | |
src | 6 years ago | |
.editorconfig | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 6 years ago | |
.travis.yml | 6 years ago | |
Go | 6 years ago | |
LICENSE | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
shard.lock | 6 years ago | |
shard.yml | 6 years ago |
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:
- Install dependencies:
pacman -S crystal shards ruby-sass
- Install Shards:
shards install
- TODO: Add elm compilation
- Compile SASS Style:
make generate-css
- Compile Crystal app:
crystal build --release src/Go.cr
- 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
- Fork it ( https://github.com/[your-github-name]/Go/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
-
[your-github-name] Danila Fedorin - creator, maintainer
-
sessionm21 Matthew Sessions - hax0r, maintainer