Skip to content

YahyaBagia/TicTacToe-Expo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yahya Bagia
Jul 7, 2022
b8ad398 · Jul 7, 2022

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


⭐ Tic-Tac-Toe ⭐

View Demo · Report Bug

Table of Contents

About The Project

Screenshot Screenshot

A simple Tic-Tac-Toe game to be played against the computer or another player. While there are greate implementations of Tic-Tac-Toe are available on the internet, mine is just a small contribution to the open source communitity. It was made as a part of me practicing react-native with typescript and expo.

Getting Started

You can try out this project on the web or follow the instructions below to setup it up for yourself.

Prerequisites

Make sure you have the following CLIs installed on your machine.

  • Node : Click here to learn more.

  • npm : npm install npm@latest -g

  • Yarn : npm install -g yarn (Click here to learn more.)

  • Expo : npm install -g expo-cli (Click here to learn more.)

Setup

  1. Clone the repo
git clone https://github.com/YahyaBagia/TicTacToe-Expo.git
  1. Install packages (because you need node_modules directory)
yarn
  1. Run the App
  • Web : yarn web
  • Android : yarn android
  • iOS : yarn ios
  1. For further Expo commands

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request