https://github.com/sdvg/ampersand-tictactoe
https://github.com/sdvg/ampersand-tictactoe
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdvg/ampersand-tictactoe
- Owner: sdvg
- Created: 2015-03-15T12:54:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T21:16:46.000Z (over 11 years ago)
- Last Synced: 2025-02-24T04:19:17.597Z (over 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-tac-toe
This is an implementation of a two player Tic-tac-toe game using [Ampersand.js](http://ampersandjs.com/).
## How to run it
1. download/install [node.js](http://nodejs.org/)
1. install dependencies: `npm install`
1. run it: `npm start`
1. open http://localhost:3000 in a browser