A multiplayer AI programming game in which you train leeks to fight each other
The language of Leek Wars is LeekScript, built in Java. Follow my leek @leakit22!
Conway's Game Of Life (Python Implementation)
To run just :
pip install -r GameLife/requirements.txt --no-index
And then:
python3 GameLife/main.py
Gaming Reinforcement Learning with Python (Super Mario Bros)
To run just :
pip install -r MarioRL/requirements.txt --no-index
And then:
python3 MarioRL/main.py