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.
- 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.
Three markers of the same size (big, medium, or small) aligned in the same column, row, or diagonally.
Three markers arranged in ascending order (small, medium, big) in the same column, row, or diagonally.
Three markers of different sizes (small, medium, and big) stacked in a single space.
The game ends in a tie when no more valid moves are available, and no player has met a winning condition.
- JDK 21 or later
Ensure you have the latest version of JDK installed to run the game. You can download it from OpenJDK.
-
Download the latest release package from the Assets section on this page.
-
Install JDK 21 or a later version.
-
Run the game by executing the following command in your terminal or command prompt:
java -jar Oliso_1.1.0.jar