Skip to content

It is a project of the course 'Problem Solving with OOP and TDD Course - Introduction to AI and Machine Learning' by KeepCoding. The game '3 in a line' ('connecta') is created with a simple logic to which artificial intelligence will later be added to improve the intelligence of the bot.

Notifications You must be signed in to change notification settings

Gaston-Herrlein/Connecta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juego Connecta

Este juego utiliza la terminal comunicarse con el usuario. Por este motivo hay que indicarle a Docker que inicie una sesión interactiva (-i) de terminal de teletipo (-t).

  1. Cree la imagen de docker:

    docker build -t connecta .

  2. Inicie el contenedor:

    docker run --rm -ti connetca

About

It is a project of the course 'Problem Solving with OOP and TDD Course - Introduction to AI and Machine Learning' by KeepCoding. The game '3 in a line' ('connecta') is created with a simple logic to which artificial intelligence will later be added to improve the intelligence of the bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages