Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)