Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 628 Bytes

Tic-Tac-Toe Multiplayer Game

A mobile application based on the classic Tic-Tac-Toe game. This 2 player game was built using Ionic and Angular.

Running the game

  1. Clone or fork the repo to your local machine
  2. npm install to install dependencies
  3. If you have ionic cli installed, npm start to serve ionic.
  4. Kick your opponent's arse!

Building and Emulating on Devices

For iOS:

  1. Run ionic cordova build ios.
  2. Run ionic cordova emulate ios. This will open up XCode.

For Android:

  1. Run ionic cordova build android.
  2. Run ionic cordova emulate android.