ralph-bergmann / flutter_create

Two Player Tic Tac Toe Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe 2 Player Game

This project is my contribution to the Flutter Create contest.

The goal is to write an app with 5KB or less of Dart code.

Getting Started

To play the game, you need two devices, a "server" and a "client".

First, run the server version. To do that set the ip on line 100 to null.

After that run the client version. To do that set the ip on line 100 to the IP address of the server device.

Play the game

On one device click the New Game button. The player who clicks the button is player 1 and has the first move.

About

Two Player Tic Tac Toe Game


Languages

Language:Dart 62.2%Language:Ruby 27.8%Language:Swift 5.0%Language:Kotlin 4.5%Language:Objective-C 0.5%