An open API service indexing awesome lists of open source software.

https://github.com/developer-students-clubs-mescoe/hacktoberfest_2021_flutter_tic_tac_toe-


https://github.com/developer-students-clubs-mescoe/hacktoberfest_2021_flutter_tic_tac_toe-

flutter hacktoberfest hacktoberfest-accepted hactoberfest-2021

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tic Tac Toe Game

This is a Tic-Tac-Toe game built with Flutter.

## The way it works

There's are two player in this game (as the original one).
- The first one is represented by the pan with an egg '🍳'

- The Second one is represented by the egg '🥚'

- the player's turn is described at the bottom of the screen.

- the player's score is shown at the top of the screen.

#### the game is still not available on app store or google play!

## Run it yourself

##### Installation
- You need to have Flutter installed on your machine.
- you need a IDE of your choice (VScode, Android Studio,etc...)

##### Running the Project
- clone this repository to your machine and open it on your IDE.
- finally run the project.

## Development
### How to contribute
- Fork the repository to your profile
- clone your forked repository
- make valuable changes to the code.
- Pull Request

##### You either open an issue suggesting a new feature to the app.
#### Everything is a Widget!

## Attachments