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
- Host: GitHub
- URL: https://github.com/jrquick17/tic-tac-toe
- Owner: jrquick17
- License: mit
- Created: 2018-05-23T14:31:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T23:04:56.000Z (about 2 years ago)
- Last Synced: 2025-08-10T08:47:34.862Z (11 months ago)
- Topics: angularjs, artificial-intelligence, tic-tac-toe
- Language: JavaScript
- Homepage: https://tic-tac-toe.jrquick.com
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tic-tac-toe #

## 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.