A mobile application based on the classic Tic-Tac-Toe game. This 2 player game was built using Ionic and Angular.
- Clone or fork the repo to your local machine
npm install
to install dependencies- If you have ionic cli installed,
npm start
to serve ionic. - Kick your opponent's arse!
For iOS:
- Run
ionic cordova build ios
. - Run
ionic cordova emulate ios
. This will open up XCode.
For Android:
- Run
ionic cordova build android
. - Run
ionic cordova emulate android
.