yanmastra / tictactoe-game

Tictactoe Game , Web Based using Spring Boot 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe Game

How to run ?

1. First way

  1. Install Java 21
  2. Open terminal / CMD and enter to this project folder location
  3. Type this on terminal / CMD java -jar tictactoe-0.0.1-SNAPSHOT.jar and press enter
  4. Open browser app and access http://localhost:18080

2. Second way

  1. Install Java 21
  2. Install Maven
  3. Open terminal / CMD and enter to this project folder location
  4. Type this on terminal / CMD mvn clean srping-boot:run and press enter
  5. Open browser app and access http://localhost:18080

Thank you

About

Tictactoe Game , Web Based using Spring Boot 3


Languages

Language:Java 95.1%Language:HTML 4.9%