Skip to content

Doxo02/ArcadeSuite

 
 

Repository files navigation

Arcade Suite

This is the repo for our Bachelors project. The goal of this project is to let agents play the modified HackAtari versions of Atari2600 Games with the help of OC_Atari. We are going to implement PvP, PvE and EvE modes and visualize the decision making of Agents when they are playing using ScoBots.

Run Instructions

WARNING only tested on Ubuntu for now. The "res" Directory will have to be created manually for now.
To run the app you will first have to clone at least the HackAtari submodule. Then go into the HackAtari folder and run pip install -e ..
You will also have to install some dependencies with:
sudo apt install pkg-config libcairo2-dev gcc python3-dev libgirepository1.0-dev.
Then you can install the requirments with:
pip install -r requirments.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • JavaScript 3.5%