An open API service indexing awesome lists of open source software.

https://github.com/hackyourfuture/tictactoetdd

TDD - TicTacToe
https://github.com/hackyourfuture/tictactoetdd

Last synced: 16 days ago
JSON representation

TDD - TicTacToe

Awesome Lists containing this project

README

          

# Test Driven Tic Tac Toe

References:
- https://jasmine.github.io
- https://nodejs.org/en/
- http://npmjs.org/

How to install:
```
npm install
```

How to run jasmine:
```
./node_modules/.bin/jasmine
// or
npm test
```

# Assigment
Make sure that all the test pass! :-)
And if you feel to get more challenges, you can build an UI with input for make sure you can play it!