mohammed6688 / Tic-Tac-Toe

X-O game using java programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe-JavaFX

forthebadge forthebadge forthebadge forthebadge Postgres IntelliJ IDEA

Game Info

  • A network-based Tic tac toe game, this implementation was done as the java project @ ITI intake 42 by students of the open-source (IoT & Telecom) track.

Screenshots

game layout

server layout

Content

  • Features
  • Game-Board-Options
  • Contributors
  • Built With

Client Side Features

  • SignIn

  • SignUp

  • play with pc with different difficulty levels

  • play with online friends

  • have an avatar and score level

  • show the highest score in the game

Server side Features

  • show a list of all users
  • show players status and score
  • close and reopen the server

Game-Board-Options

  • (1)Single player to play vs computer

  • (2) Multiplayer to play with a friend on the same machine (you have to run the program twice and one should be x and the other should be o)

  • (3) Friends to play through network (the one who choose to be x represents the server and the one who choose to be o represents the client)

  • (4) Achievements to view games and replay

Authors

Built With :

  • JavaFX
  • postgresql
  • CSS

About

X-O game using java programming language

License:MIT License


Languages

Language:Java 85.9%Language:CSS 14.1%