8000 GitHub - arrm33/flutter-game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arrm33/flutter-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe – Flutter & Dart Console

This repository contains two versions of a simple Tic Tac Toe (XO) game:

  • Flutter App – a mobile UI version built with Flutter.
  • Dart Console App – a terminal version written purely in Dart.

🎮 Game Overview

A two-player Tic Tac Toe game (Player X vs Player O). The goal is to get three marks in a row (horizontally, vertically, or diagonally) before your opponent.


📱 Flutter Version (Mobile App)

▶️ Run Instructions:

  1. Make sure Flutter is installed. If not, follow the guide here:
    👉 Flutter Installation Guide

  2. Clone this repository and navigate to the Flutter folder:

    git clone https://github.com/arrm33/flutter-game.git
    cd flutter-game/src
  3. Run the app:

     flutter pub get
     flutter run
    

Dart Console Version (Terminal App)

###▶️ Run Instructions:

Make sure Dart SDK is installed. If not, follow the guide here: Dart Installation Guide

Navigate to the Dart console folder:

cd flutter-game/src-dart

Run the game:

dart run main.dart

🧠 Features:

Console-based XO game

Two-player input with validation

Win and Draw detection

Simple and fast gameplay

Screenshots

Game :

game

O Won :

O is win

X Won :

X is win

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0