jointheleague / tic-tac-toe-ml

A customizable Tic-Tac-Toe game written in Java
http://www.jointheleague.org
3 stars 1 forks source link

Added Pull API #50

Closed LucasBaizer closed 7 years ago

LucasBaizer commented 7 years ago

This commit allows us to pull .zip files from our local system or the internet, that will then be imported to the game. This allows us to add AI to the game on our local system without even having to recompile any code!