sgc93 / TicTacToe-Desktop-Game

a cool desktop app, fully functional, single and multi player mode, built in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

Image

desktop game app

Cool, fully functional, single and multi player mode, java-born game

some details :-

  • This project is all about applying what i have learned in fundamental and Advanced Progrmming courses.
  • It has been built with java as a backend language and JavaFx as a frontend library, and also I have used javafx's CSS to style the frontend part with separeted css files.
  • It will mainly cover some advanced concepts like GUI (graphical user interface) and Socket Programming (not included yet), and including some fundamental cocepts like; OOP, Control Statemet, Function, Built in Classes and their methods, ... etc
  • It has the both singleplayer mode ( playing with the progrma/computer ), and MultiPlayer mode ( two players at a single tic tac toe game board )
  • It will show immediate data about the current game including displaying turn-owner, each player's number of move, each player's name and playing symbol and the win probablity of each player

links

Project Board | UI Design (Figma design) | Implementation

About

a cool desktop app, fully functional, single and multi player mode, built in java


Languages

Language:Java 89.8%Language:CSS 10.2%