Tic-Tac-Toe is a fun game with angular
- 🕹 Simple Tic-Tac-Toe game
- 🤖 Play with IA
- 💻 Player with Player
- 🎏 Add more ...
An example of application can be found here.
git clone git@github.com:JhonatanMedeiros/npx-tic-tac-toe.git
npm install
If you like Yarn, you can also use
yarn
to install dependencies.
npm run start
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
npm run build:prod
After building, the application will be found in the dist
directory.
If you are interested in participating in joint development, PR and Forks are welcome!
MIT Copyright (c) 2020 - Jhonatan Hardt de Medeiros