zallek / Quoridor-IA-Coding

Quorridor Game IA challenge coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIsFun

Code your game AI

Botify-saas Javascript SDK

SDK to help you build and run queries on the Botify-Saas API.

Developement

Requirements

This project requires NodeJS and GruntJS to be installed

Installation

git clone git@github.com:sem-io/botify-saas-js-sdk.git botify-js-sdk
cd botify-js-sdk
npm install

Workflow

This project includes a grunt configuration to compile it from the coffeescript files.

There is also a task to run a basic server, to run it launch:

grunt http-server:dev

The watch task will watch any change on the coffee files and recompile the files

grunt watch

To build the final botify file, run:

grunt build

The test task automatically builds the project before running the tests

grunt test

Debugging

When debugging tests, you have two options:

  • you could use the nodejs debugger http://nodejs.org/api/debugger.html` to debug the code in the console. Just add a breakpoint with debugger; in your code and start the test taks with:
node debug $(which grunt) test
grunt debug test

Note: test is the name of the grunt task, you could replace it with any other task

About

Quorridor Game IA challenge coding


Languages

Language:JavaScript 69.7%Language:CoffeeScript 30.3%