From bee23b08617ff0c1604e36c636a5ea5afdc1bec9 Mon Sep 17 00:00:00 2001 From: colleenmcmillon Date: Fri, 15 Nov 2024 16:23:27 +0100 Subject: [PATCH] add requirements file to readme --- sandbox/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.