License | Build | Coverage |
---|---|---|
pip install -r requirements.txt
coverage run -m pytest -v
SaveManager
Used to backup or restore 'save' and 'state' game files between a pi and a local disk
python ./src/SaveManager.py --backup
python ./src/SaveManager.py --restore
RomManager
Used to copy all emulator roms from local disk to a pi
python ./src/RomManager.py