Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.75 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.75 KB

Tic Tac Toe

React Native based Tic Tac Toe

Gameplay

2 players play Tic Tac Toe taking turns on the same device (no network-multiplayer, no AI).

Target design

Design 1

Design 2

Design 3

Environment

  • NodeJS (Version 12.14)
  • Build the app for iOS or Android
    • iOS requires an Mac with MacOS and XCode >= 8.2
    • Android works on MacOS, Windows and Linux, but requires an Android development environment

Setup

  • Setup React Native by following the official Getting Started Guide

  • Clone your fork on your machine

  • Use your favorite terminal and navigate to the project folder, than install the dependencies:

      $ npm install
    

Run, test, build

Run

  • Use our favorite terminal and navigate to the project folder
  • Build and start your app:
    • iOS: npm run ios
    • Android: npm run android

Test

  • Run all JS tests: npm test

Technologies used