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

https://github.com/sdvg/ampersand-tictactoe


https://github.com/sdvg/ampersand-tictactoe

Last synced: 20 days ago
JSON representation

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