/VirusGame

simple cellular virus simulation

Primary LanguageProcessing

VirusGame

Original Game

Video: YouTube Code: GitHub

About this fork

This fork adds multiple features to the core game:

  • auto formatted code
  • Cells are now revivable via a left click
  • The maximum codon size of a cell has been increased from 20 to 200
  • writing outwards now repeats the pattern if RGL is anything other than 0
  • writing inwards now repeats the pattern if the RGL is larger than the cell memory

How to run

  1. Download Processing (every version after 3.3.3 should work)
  2. Open the "virus.pde" file in the "virus" directory.