diff --git a/sandbox/README b/sandbox/README index dd4aa93..5fd8be2 100644 --- a/sandbox/README +++ b/sandbox/README @@ -6,9 +6,10 @@ Licencia: GPLv2/v3 Adapted for Lighthouses Codeconz 2024 Requirements: +``` Python v3.x - PyGame - # pip install pygame + Install requirements listed in sandbox/requirements.txt +``` Considerations: This version of the game is a one-process version where the bots actions are executed sequentially one by one, without subprocesses communication. The goal of this version is to execute the game easily to collect as many data as possible to implement AI bots.