Skip to content

jakub-swiniarski/mitosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mitosis

Your goal is to grow your cell by consuming smaller cells while avoiding being eaten by larger ones.

How to install?

Prerequisites

  • g++
  • make
  • sfml

Compile & install

Run this with root privileges:

make install 

How to run?

Run this command:

mitosis

How to uninstall?

Go inside the cloned repository and run this with root privileges:

make uninstall

Customization

Edit src/config.hpp and run this with root privileges:

make install