Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 934 Bytes

File metadata and controls

38 lines (25 loc) · 934 Bytes

Tree-Game

=== Tree-Game by Nicolas GILLE, Grégoire POMMIER, Florian SOUDAY === Contributors: Nicolas GILLE nic.gille@gmail.com, Grégoire POMMIER, Florian SOUDAY Stable tag: 1.0.0 License: Licence GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html

Implementation of AI for resolving the Hackendot Tree Game

== Description ==

Tree Game allows you to play at Forest Game. The goal is delete all nodes turn by turn. The winner is the player who played on the last and delete the last node present in the tree.

= Features include: =

  • Implementation of AI for resolving the Hackendot Tree Game.
  • Played with a GUI.

== Installation ==

  1. Clone or download all files.
  2. Compile all classes thanks to an IDE or thanks to javac command.
  3. Execute ForestGame for playing.

== Frequently Asked Questions ==

No questions yet.

== Screenshots ==

Nothing here for the moment.

== Changelog ==

= 1.0.0 = Initial release