Best android open-source packages and libraries.

Tictactoe cloud

Online tictactoe game for two players using Android & iOS.
Updated 3 years ago

tictactoe-cloud

The project is a tic tac toe game for two players. It allows a user to play with anyone in the world in real time. The application consists of both front end side built using Ionic cross-platform framework and backend side developed using nodeJS and containerized into a docker container. It's implementation has been tested using both android & iOS devices.

Installation and Usage

  • Clone/download the repo

  • Run npm install

  • Build & deploy to Android

    • Prerequisites
      • Java JDK 8
      • Android Studio
    • Run the following CLI commands
      • ionic build
      • ionic cordova platform add android
      • ionic cordova run android #To run on an android studio emulator
      • ionic cordova run android --device #To run on a device
  • Build & deploy to iOS:

    • Prerequisites
      • macOS
      • Xcode, install it from the App Store
      • iOS Developer account, sign up on developer.apple.com, it's free
    • Run the following CLI command
      • ionic cordova build ios --prod

Licence

MIT

Tags socket io