VirusGame icon indicating copy to clipboard operation
VirusGame copied to clipboard

Watch here for information about this project: https://www.youtube.com/watch?v=o1IheoDRdGE

Results 23 VirusGame issues
Sort by recently updated
recently updated
newest added

Are the commands not supposed to be able to operate on as many things as possible? I think deleting and repairing codons (rgl values) is pretty obvious, but what about...

I tested the sim with FX2D and it is considerably faster. That's all, I experienced no issues, just it being way faster, due to being rendered on the gpu. Just...

error: ```ArrayIndexOutOfBoundsException: ``` it happens in: ```cell.pde``` ```line #329``` in function: ```public void pushOut(Particle waste)``` ```while(chosen == -1 || cells[y+dire[chosen][1]][x+dire[chosen][0]].type != 0){``` (i know I'm talking like a compiler error)

## About this fork This adds major improvements by [me](https://github.com/sirati97), [magistermaks](https://github.com/magistermaks) and others. The Code has been refactored a lot and much has been made OOP. This allows for easier...

I've been trying to create a self replicating virus but it copies "[NOTHING]" into memory. Though the funny thing is that an RLG codon got loose in the environment &...

Updated Cell's writeInwards to let you overwrite a large range with a small pattern (example shown below) ![Eap5XxwUZG](https://user-images.githubusercontent.com/6093953/90510086-a0d76b80-e15a-11ea-8697-3b842648ad31.gif)

hey Carykh! your UI is too big ![image](https://user-images.githubusercontent.com/69748293/90329654-567ab100-dfd9-11ea-8233-a8bc8fdea79f.png) i tried using the scale(0.5) int the draw method but it didnt work tried chanding the window resolution in the setup() to...

```java // This makes things more readable if used correctly /* Please use those things because they make things more readable Please. */ ```

The only way I can infect a cell is by manually throwing a virus at it. After the viruses reproduce and leave the cell, they just bounce off the other...