An open API service indexing awesome lists of open source software.

https://github.com/kernelghost/vortex

A simple 'Minimax' Tic-Tac-Toe AI written in Java
https://github.com/kernelghost/vortex

Last synced: about 1 year ago
JSON representation

A simple 'Minimax' Tic-Tac-Toe AI written in Java

Awesome Lists containing this project

README

          

# Vortex
Vortex is a simple 'Minimax' Tic-Tac-Toe AI written in Java. Alpha-beta pruning and multithreading are utilised to enhance overall performance.

Vortex uses FlatLaf, a modern open-source cross-platform Look and Feel for Java Swing desktop applications. You can learn more about it at [https://github.com/JFormDesigner/FlatLaf](https://github.com/JFormDesigner/FlatLaf).

A screenshot of the main 'Vortex' window.

A screenshot of the 'Vortex' about window.