2018-05-25 12:15:57 -07:00
|
|
|
# Go
|
|
|
|
|
2018-06-02 21:28:07 -07:00
|
|
|
This is an implementation of a game of GO in web application form.
|
2018-05-25 12:15:57 -07:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2018-06-02 21:28:07 -07:00
|
|
|
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`
|
|
|
|
___
|
2018-05-25 12:15:57 -07:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2018-06-02 21:28:07 -07:00
|
|
|
While crystal app is running, go to localhost with port of 3000 in the browser.
|
2018-05-25 12:15:57 -07:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
- [[your-github-name]](https://github.com/[your-github-name]) Danila Fedorin - creator, maintainer
|
2018-06-02 21:28:07 -07:00
|
|
|
|
|
|
|
- [sessionm21](https://github.com/sessionm) Matthew Sessions - hax0r, maintainer
|