Skip to content

xray/kotlinTTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe (Kotlin)

Kotlin Version 1.3.40 | JDK 11

Requirements

  • Java JDK 11 or 12
  • Gradle 5.4.1
  • PostgreSQL
    • A user postgres with no password

Game

  • Create the db with createdb tictactoe
  • From the project folder run gradle build
  • Next, run java -jar build/libs/tic_tac_toe.jar

Tests

How to run the tests:

  • Create the test db with createdb tictactoe_test
  • Run gradle test

About

A CLI implementation of Tic-Tac-Toe in Kotlin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages