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

https://github.com/jrquick17/tic-tac-toe

Simple AngularJS project for playing TicTacToe versus AI
https://github.com/jrquick17/tic-tac-toe

angularjs artificial-intelligence tic-tac-toe

Last synced: 8 days ago
JSON representation

Simple AngularJS project for playing TicTacToe versus AI

Awesome Lists containing this project

README

          

# tic-tac-toe #

![](example.png)

## Index ##

* [About](#about)
* [Setup](#setup)
* [Contributing](#contributing)
* [Issues](#issues)

## About ##

This is a component based on Ionic's search-bar component, with the addition of auto-complete ability. This component is super simple and light-weight. Just provide the data, and let the fun begin. This package is compatible with Angular 2+ and Ionic 2+.

* Try out [the demo](https://tic-tac-toe.jrquick.com) to see it in action!
* Visit [my website](https://jrquick.com) for other cool projects!

## Setup ##

* Install dependencies

```bash
npm install
```

* Run gulp

```bash
gulp
```

## Contributing ##

To contribute, clone the repo. Then, run `npm install` to get the packages needed for the library to work. Running `gulp` will run a series of tasks that builds the files in `/src` into `/dist`. Replace the `/dist` into whatever Ionic application's `node_modules` where you're testing your changes to continuously improve the library.

### Thanks ###

* [jrquick17](https://github.com/jrquick17)

## Issues ##

If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/tic-tac-toe/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.