Skip to content

yeetbit/BKE_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A game in CLI style, NON-hardcode, OOP, create from scratch without resources/help.

purpose

  • training

Goals

  • logic structure is dynamic and scaleable to larger playingfields or multiple playing fields.
  • playing against the computer: the oponent calculate's what move to make. Difficulty can be set.
  • CLI version
  • UI version

Build

  • contains bug, explained at top section within: /src/gamelogic/Player_ai.java
  • UPDATE: Compiled as native image

About

Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages