brizaldi / TicTacToeApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

Requirements:

  • Java 21

How to use:

Run using this command:

./gradlew bootRun

Build using this command:

./gradlew build

It will generate .jar file in build/libs folder, use this command to run the .jar file:

java -jar build/libs/tictactoe-1.0.0.jar

Login with username admin and password admin.

About

License:MIT License


Languages

Language:Java 74.5%Language:HTML 19.2%Language:CSS 3.7%Language:Makefile 1.2%Language:JavaScript 1.1%Language:Dockerfile 0.4%