🎮 Tic Tac Toe Local Multiplayer Game for Android

Overview

#game, #app, #android #tictactoe

Tic Tac Toe

A Open Source Tic Tac Toe Game with Local Multiplayer

Play It


NSD Package

This project was built on top of nsd package maintained by @sebastianhaberey which I sincere thanks for the efforts to make this package accessible for everyone.

How to install

Releases Tab

Take a look at releases

Play Store

Soon, if Google accept it.

How to play

Requirements: You'll need two devices or a friend and the game installed on both in order to play.

The first one needs to create a room (Click on Create Room) which will appear on the second device (Click on Join Room).

Then connect the second to the room created by first (Click over the room name) and click to start a match (Click Next).

Well, about the Tic Tac Toe rules I guess are pretty well-known, but just in case: take a look at them.

Motivation

I wanted to know to create an app which allow P2P communication over a local network. I often had ideas about spaceships, puzzle games and (g)old classic retro games re-implementations, but didn't even know how to create a connection between a device to another, so this project was just "a test" to take a look at how to do it.

Screenshots

Screenshot Screenshot Screenshot Screenshot
Screenshot Screenshot Screenshot




Open Source

Copyright © 2022-present, Laks Castro.

Tic Tac Toe is MIT licensed 💖

You might also like...

A simple 2D multiplayer online game built using Flutter and Flame engine

A simple 2D multiplayer online game built using Flutter and Flame engine

Club Penguin Introduction 🚀 Club Penguin A multiplayer game involving penguins and anonymous chat in a virtual 2D world Before we start, you can take

Dec 24, 2022

An Online multiplayer Tictactoe game where two player can play simultaneously

An Online multiplayer Tictactoe game where two player can play simultaneously

This is an Online multiplayer Tictactoe game where two player can play simultaneously. Whoever gets 6 points of score first wins the game. one player have to create a room and others have to join the room my inputing rooms ID number given by the player1(Who has created the room). The Project in coded in flutter language and javacsript and nodejs is used for backend/server. and mongoDB is used for Database to store the player's details.

Sep 5, 2022

A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game

A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game including the following features: sound music main menu scr

Dec 22, 2022

An application cum Game-based App built using Flutter that compose a mind-tricked word game, Just for fun.

destini_challenge A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Feb 3, 2022

Warrior Runner - Game made with Flutter and Flame game engine

Warrior Runner - Game made with Flutter  and Flame game engine

Warrior Runner - Game made with Flutter Demo and Screenshot Flutter Version Used : 1.22.4 flame: 0.29.3 hive: 1.5.0-pre Learing Resources: Create a Mo

Oct 10, 2022

Snake-Game - A flutter based classic snake game with nothing just and just a feel to have play

snake_game This is a simple snake Game under development made with the help of y

Mar 22, 2022

Game characters ui - A redesign of a game characters app using flutter

Game characters ui - A redesign of a game characters app using flutter

Oct 23, 2022

Flutter Switch Game: Get Fun With Play This Game

Flutter Switch Game: Get Fun With Play This Game

switch_game A new Flutter project. Getting Started Try Swap red circle to green

Jun 17, 2022

Chess-game - Some simple lines of coding and made this awesome looking full functional chess board game

Chess-game - Some simple lines of coding and made this awesome looking full functional chess board game

flutter simple chess game It's a flutter chess game application with fast code.

Jun 17, 2022
Comments
  • State management refactor

    State management refactor

    Current issues:

    • All logic code is contained inside UI code
    • Flutter hooks are really helpful to avoid so many lines of setup of animations but we need to avoid using them to handle local real time socket logic

    The logic is not so complex yet, but will be eventually

    refactor 
    opened by alexrintt 0
  • Refactor theming code

    Refactor theming code

    Theming module should be refactored, current issues:

    • Doesn't support dark/light theme
    • Colors are hardcoded as constant variables
    • Text styles are fully-hardcoded
    refactor 
    opened by alexrintt 0
Releases(v0.1.1)
  • v0.1.1(Nov 10, 2022)

  • v0.1.0(May 20, 2022)

    Initial release of this Tic Tac Toe implementation written in Flutter.

    Features

    • Play Tic Tac Toe with a friend over a local network (P2P).

    How to

    • Create a room in a device A.
    • Join in to the room from a device B.
    • Start the match from device A.

    Screenshots

    | Screenshot | Screenshot | Screenshot | Screenshot | |---|---|---|---| | Screenshot | Screenshot | Screenshot | |

    Source code(tar.gz)
    Source code(zip)
    ttt-v0.1.0.apk(17.52 MB)
🎮 Tic Tac Toe Local Multiplayer Game for Android

#game, #app, #android #tictactoe Tic Tac Toe A Open Source Tic Tac Toe Game with Local Multiplayer Play It NSD Package This project was built on top o

lask 12 Nov 21, 2022
🎮 Tic Tac Toe Local Multiplayer Game for Android.

#game, #app, #android #tictactoe Tic Tac Toe A Open Source Tic Tac Toe Game with Local Multiplayer Play It NSD Package This project was built on top o

Alex Rintt 9 Jul 23, 2022
A Modern Tic Tac Toe Game

power_tic_tac_toe (Part of the Open-Source Gaming initiative) Power Tic Tac Toe: A Modern Tic Tac Toe Game Minimalistic | Ad-Free | Open-Source Play T

Deven Joshi 21 Nov 24, 2022
The simple game known as Tic Tac Toe developed with Flutter and Dart language

tic_tac_toe A new Flutter project. Game Restarted : Getting Started This project is a starting point for a Flutter application. A few resources to get

Mootaz Jaballah 1 Oct 15, 2021
Tic-tac-toe is an application game implemented using Flutter technology .

Tic-tac-toe (noughts and crosses, or Xs and Os ) Tic-tac-toe is an Application game for two players who take turns marking the spaces in a three-by-th

nourasharawy 0 Oct 30, 2021
This is The Tic Tac Toe Game Made Using Flutter

hello A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Devansh Tripathi 1 Dec 19, 2022
Tic tac toe Game Using flutter

Tic Tac Toe! Hi, Flutter 2.8 was used to create this game! In addition, GetX was used as state management, route management and dependency injection.

Raphael Pontes 2 Jan 6, 2022
Tic Tac Toe Game built with flutter

Flutter Tic Tac Game ?? ⭐️ this repo if you like it. Getting Started ?? Clone the repo Install the dependicies Run it Preview ?? Contact me ?? Email :

Bouaggad Moez 91 Dec 6, 2022
A tic tac toe game made with flutter.

Flutter Tricky Toe (Tic Tac Toe) Game ?? ⭐️ the repo if you love it. Getting Started ?? Clone the repo Install the dependicies Run it Features ?? Offl

Khalid Muhammad 5 Nov 11, 2022
M.U.D. Role-playing text-based game. A multiple-choice multiplayer interactive game developed on Flutter (Android, iOS, Windows, Web)

Teia M.U.D. Role-playing text-based game. A multiple-choice multiplayer interactive game developed on Flutter (Android, iOS, Windows, Web). The main f

Pedro Gonçalves 3 Feb 17, 2022