One of the first apps created in Flutter to practice building layouts and animations. The app is a typical Tic-Tac-Toe game with a minimalist layout and a few animations.
The game is meant to be played by two people facing each other with their phones. In case of a victory, an animation highlights the winning move with fireworks, and to restart the game, you simply tap the screen again. If neither player wins, an animation clears the X and O marks.
Firstly, set up the Flutter development environment on your machine correctly, see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/yanfalcao/JogoDaVelha.git
- Enter in directory:
$ cd JogoDaVelha
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
Yan Falcão |