https://github.com/hackyourfuture/tictactoetdd
TDD - TicTacToe
https://github.com/hackyourfuture/tictactoetdd
Last synced: 16 days ago
JSON representation
TDD - TicTacToe
- Host: GitHub
- URL: https://github.com/hackyourfuture/tictactoetdd
- Owner: HackYourFuture
- Created: 2017-04-24T20:30:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T23:08:45.000Z (over 8 years ago)
- Last Synced: 2025-03-04T19:29:50.559Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
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!