Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyboranf/tic-tac-toeai
It's a game similar to original Tic-tac-toe (more details at ReadME). Project for AI subject on study where I must create a game where User can play vs MiniMax algorithm with alfa-beta upgrade
https://github.com/cyboranf/tic-tac-toeai
hibernate jpa jsp spring spring-boot spring-mvc spring-security
Last synced: 12 days ago
JSON representation
It's a game similar to original Tic-tac-toe (more details at ReadME). Project for AI subject on study where I must create a game where User can play vs MiniMax algorithm with alfa-beta upgrade
- Host: GitHub
- URL: https://github.com/cyboranf/tic-tac-toeai
- Owner: cyboranf
- Created: 2023-03-21T19:41:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T13:10:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T12:19:41.671Z (2 months ago)
- Topics: hibernate, jpa, jsp, spring, spring-boot, spring-mvc, spring-security
- Language: Java
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-ToeAI
It's a game similar to original Tic-tac-toe (more details at first video). Project for AI subject on study where I must create a game where User can play vs MiniMax algorithm with alfa-beta upgrade.## Pseudocode to be based on:
![view App](/images/pseudocode.png)
## Before Sign in view with instruction to my game:
[beforeLog.webm](https://user-images.githubusercontent.com/99881266/229371064-8e388661-8f2a-4b5b-920c-a917dfc4130b.webm)
## The version where the user starts:
[userStarts.webm](https://user-images.githubusercontent.com/99881266/233804647-3dee53e5-30c6-4d6d-8b72-eb3643f8e760.webm)
## The version where the AI starts:
[aiStarts.webm](https://user-images.githubusercontent.com/99881266/233804654-a440e24e-847f-4dd7-9b46-8065978bfd50.webm)