Skip to content

citiususc/citius-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CiTIUS Invaders

An old-style arcade game to learn evolutionary algorithms and genetic algorithms.

Play the web version!

About

This game was created to explain the basic concepts of evolution and genetic programming to college students. The game starts with 4 invaders that mate themselves. Each invader has different genes that codify their behavior, such as speed, probability of changing direction, size, color... During evolution time, the invaders start mating in order to create new invaders that inherit the attributes of their parents. Best invaders (invaders with higher fitness) have more probability to be selected for mating. The fitness of an invader corresponds with the number of evolutions that it has survived. This mechanism allows the invaders to improve their behavior against the player over time by learning the best set of features that allows them to survive.

If you want to learn how the game is implemented, Siraj Raval made a great analysis of the game, which is available on Youtube:

IMAGE ALT TEXT HERE

How to play

Controls are very easy. Just use left/right arrow to move your robot and space to shot. The goal is to keep the number of invaders below 100, otherwise the game is over. There are always at least 4 invaders (elitism), which are protected with blue shields. The player earns 1 point for each evolution time.

Code

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

Authors

This game was made by Tomás Teijeiro and Pablo Rodríguez Mier because why not?

The music was composed by the amazing Constantino Antonio García Fernández, who, despite being involved in thousands of projects and activities, still finds time to help his friends with these stupid things.

Screenshots

Main menu

Main menu

Game screen

Game screen

License

This project is licensed under the terms of the MIT license.

Releases

No releases published

Packages

No packages published

Languages