Skip to content

Rhaxis/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TicTacToe

Command line TicTacToe game against computer
Explore the docs »

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Gamescreenshot

The game was done during my first year in school for the basics of programming course, which consisted of Java. It has a simple AI that will place a random marker after the player. It is possible to adjust the size of the gamefield and how many marks in a row are required.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Java
    https://www.java.com/en/download/

Installation

  1. Clone the repo
    git clone https://github.com/Rhaxis/TicTacToe.git
  2. Compile
    javac src/TicTacToeGame.java
  3. Run
    java -cp src TicTacToeGame

Usage

After running the game the player will get instructions on how to set the size of the gamefield and the marks in a row to win. Input is given on the command line with just numbers and submit via return. To close down the game simply press ctrl + c or close the command line interface.

Contact

Ville Ekholm - [email protected]

Project Link: https://github.com/Rhaxis/TicTacToe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages