Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 415 Bytes

Brrrains! 🧠

About

Implementation of group reactions - a shoal. Brains run away from the zombies but try to stay in the group.
It uses the pygame library.

How to install

  • Download repository.

  • Make sure that you have pygame library installed:

    pip show pygame 
    

    If not, install pygame:

    pip install pygame 
    
  • Run the program:

    python Area.py