Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 2.37 KB

README.md

File metadata and controls

82 lines (53 loc) · 2.37 KB

splash

Oliso - Tic Tac Toe Variation

Oliso is a modern variation of the classic Tic Tac Toe game, developed as part of a university project. It introduces new gameplay mechanics designed to offer a more strategic and engaging experience while showcasing best practices in software development.


Features

  • Unique Gameplay Mechanics: Enhanced version of Tic Tac Toe with additional strategic elements.
  • Cross-Platform: Built in Java, ensuring compatibility across different operating systems.
  • Intuitive Interface: Easy to use and navigate, with clear instructions for gameplay.

How To Win

Same Size

Same Size Win

Three markers of the same size (big, medium, or small) aligned in the same column, row, or diagonally.


Ascending Order

Ascending Order Win

Three markers arranged in ascending order (small, medium, big) in the same column, row, or diagonally.


Stacked Win

Stacked Win

Three markers of different sizes (small, medium, and big) stacked in a single space.


Tie Condition

Tie Condition

The game ends in a tie when no more valid moves are available, and no player has met a winning condition.


Requirements

  • JDK 21 or later
    Ensure you have the latest version of JDK installed to run the game. You can download it from OpenJDK.

Installation

  1. Download the latest release package from the Assets section on this page.

  2. Install JDK 21 or a later version.

  3. Run the game by executing the following command in your terminal or command prompt:

    java -jar Oliso_1.1.0.jar