https://github.com/magicmark/backgammonator
3rd Year Project
https://github.com/magicmark/backgammonator
Last synced: about 1 year ago
JSON representation
3rd Year Project
- Host: GitHub
- URL: https://github.com/magicmark/backgammonator
- Owner: magicmark
- Created: 2015-03-06T13:24:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T00:47:02.000Z (over 8 years ago)
- Last Synced: 2025-02-16T03:25:32.880Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backgammonator
> Mark Larah - 3rd Year Project
An online Plakoto AI.
## Installation
To run:
### Server
To install, inside the api folder, load the dependencies for grunt, bower and node modules using
```
npm install
```
### Client
To run Backgammoantor, go the client directory and run
```
grunt serve
```
## Repository
All source code can be found on git here: https://git.larah.me/magicmark/3rd-Year-Project