Skip to content

Unbeatable tic-tac-toe AI game using minimax in JavaScript and Android Java (using ant and App Inventor)

Notifications You must be signed in to change notification settings

Greece4ever/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Board

Unbeatable tic tac toe AI, using an algorithm similar to minimax , in vanilla JavaScript as a webpage and as an android .apk using App Inventor and Java (with app inventor extensions).

Android Board

Building app inventor extension

On Debian/Ubuntu and derivatives you run the install script

git clone https://github.com/Greece4ever/Tic-Tac-Toe.git tic_tac_toe && 
cd tic_tac_toe/ &&
sudo /usr/bin/bash install

Generally to build an app inventor extension what is required is javac and ant. You clone this repo and replace the src/ folder there with the one on this repository, then run ant extensions. More details can be found here and here.

About

Unbeatable tic-tac-toe AI game using minimax in JavaScript and Android Java (using ant and App Inventor)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published