Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 821 Bytes

Leek Wars AI

A multiplayer AI programming game in which you train leeks to fight each other

leek wars

The language of Leek Wars is LeekScript, built in Java. Follow my leek @leakit22!

Game Of Life

Conway's Game Of Life (Python Implementation)

To run just :

pip install -r GameLife/requirements.txt --no-index

And then:

python3 GameLife/main.py

MarioRL

Gaming Reinforcement Learning with Python (Super Mario Bros)

demo Mario RL

To run just :

pip install -r MarioRL/requirements.txt --no-index

And then:

python3 MarioRL/main.py

demo Mario RL