Skip to content

Commit

Permalink
add requirements file to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcmillon committed Nov 15, 2024
1 parent 3b7bed6 commit bee23b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sandbox/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bee23b0

Please sign in to comment.