jakub-swiniarski / mitosis

Grow your cell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Grow your cell

License:MIT License


Languages

Language:C++ 96.4%Language:Makefile 3.6%