Skip to content

A tic tac toe Android game build by Ionic Typescript

Notifications You must be signed in to change notification settings

hoakusa/Tictactoe-Android

Repository files navigation

Tictactoe - Android Game

Build with Ionic 2

Download app at PlayStore

Live Demo

This game is based on classical Tic-tac-toe paper game. Here, there are 2 playes, X and O, who take turns marking the spaces in a 3x3 grid. First player who place three of their mark (same X or O) in a horizontal, vertical or diagonal row wins this game. In my game, playes will play versus computer. Hope people like it.

Here, Tic tac toe game is a web app game built by Javascript, one of project challenges in FreeCodeCamp Development Program. Functions in web app:

  • Player can play versus computer.
  • Winner get 1 point.
  • Game finishes when find a winner.
  • Player can replay or capture to share score.

See more app at my PlayStore

Design

Game materials was made by An Pham, view project description on homepage.

Getting Started

Installing & Development

  1. Download/Clone the folder: git clone https://github.com/hoakusa/Tictactoe-Android.git
  2. Access your local folder: cd yourfolder
  3. Install dependencies: npm install
  4. Run app in development browser: ionic serve

Deploying app to a device

Make sure you have slready installed Android SDK or Xcode Run ionic cordova run android --prod --release or ionic cordova build android --prod --release

See full doc at Ionic documentation

License

MIT

About

A tic tac toe Android game build by Ionic Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published