This is the code for "Evolutionary Space Invaders - The Math of Intelligence (Week 9)" By Siraj Raval on Youtube
This is the code for this video on Youtube by Siraj Raval as part of The Math of Intelligence course. There are two versions of the game, a python version built on top of the SGE Game Engine and a HTML5 version made with Phaser. You can play the HTML5 version here: https://citiususc.github.io/citius-invaders It uses an evolutionary algorithm to make the AI invaders better
- pygame
- sge
Install dependencies using pip.
Run python invaders.py
to run the game in terminal
The credits for this code go to citiususc. I've merely created a wrapper to get people started.