Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 961 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 961 Bytes

TicTacToe

A simple Java TicTacToe game with the option to play together or against a bot

Goal

This small project helps me to learn and understand the programming language Java.
Step for step i will advance the code with the knowledge i gained.
In the End this project will be a little demo version to show my skill level in my application.

Advancements

In the beginning it was just a small little programm that showed me an Array where the players were displayed.
Now its a fully functional programm that lets you create as many TicTacToe instances as you want.
It has a complete ruleset as well as a computer enemy. Right now it is displayed in the IDE Terminal.

Future Features

  • better terminal output
  • computer enemy
  • complete ruleset
  • creating tictactoe class
  • implement 9x9 TicTacToe
  • add official 9x9 ruleset
  • create new winning conditions
  • making the game visual
  • adding online multiplayer