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
- Host: GitHub
- URL: https://github.com/kernelghost/vortex
- Owner: KernelGhost
- License: apache-2.0
- Created: 2019-11-20T15:17:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T13:32:02.000Z (over 2 years ago)
- Last Synced: 2023-11-21T14:26:28.319Z (over 2 years ago)
- Language: Java
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).
