[go: nahoru, domu]

Skip to content

Latest commit

 

History

History

GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tic Tac Toe (GUI)

maintainer jdk version contributor

Table of contents

Introduction

  • The Tic Tac Toe Game is implemented in Graphical User Interface.
  • Currenlty this game is implemented only for two player. In future computer as a player is added.

Prerequisite

Execution

  • Open CMD or terminal where your TicTacToe.java file is present.
  • First compile the java file using this command.
    > javac TicTacToe.java
  • After compilation run the file using JVM using this command.
    > java TicTacToe

Video

Tic-Tac-Toe GUI

Workflow

  • Download workflow : Link

    Tic Tac Toe Workflow

Other Version

  1. CLI
  2. Over Wi-Fi Network

Show some ❤️ by starring this repositorie!