vishnoitanuj / Evolutionary_Space_Invaders

This is the code for "Evolutionary Space Invaders - The Math of Intelligence (Week 9)" By Siraj Raval on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evolutionary_Space_Invaders

This is the code for "Evolutionary Space Invaders - The Math of Intelligence (Week 9)" By Siraj Raval on Youtube

Play the web version!

Overview

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

Dependencies

  • pygame
  • sge

Install dependencies using pip.

Usage

Run python invaders.py to run the game in terminal

Credits

The credits for this code go to citiususc. I've merely created a wrapper to get people started.

About

This is the code for "Evolutionary Space Invaders - The Math of Intelligence (Week 9)" By Siraj Raval on Youtube

License:MIT License


Languages

Language:JavaScript 99.4%Language:Python 0.6%Language:HTML 0.0%