/CTron

Implementation of Tron-like game with modern AI.

Primary LanguageC++The UnlicenseUnlicense

CTron

Implementation of Tron-like game with modern AI. It is made by Hugo Forrat and Thibault Nocchi as a project for an AI class at our CS school.

The plan is to make an implementation of the Monte Carlo tree search, then maybe try reinforcement learning through Q-learning.

Currently, only the MCTS is implemented.