A scripting project to understand Python scripting.
Project Steps/Requirements:
- Find all game directories from /data
- Create a new /games directory
- Copy and remove the "game" suffix of all games into the /games directory
- Create a .json file with the information about the games
- Compile all of the game code
- Run all of the game code
Python Scripting is done using the get_game_data.py file from the repository.