summaryrefslogtreecommitdiffstats
path: root/rules.mjs
Commit message (Collapse)AuthorAgeFilesLines
* Alter rule flowBrian Cully2021-02-191-82/+40
| | | | | | | | | It’s simpler to put kill/clone buttons on the final step, so kill the initial clone step. This is probably more sensible overall. The old, clone first method was done to simplify the state machine at the time, at the cost of expected instruction order.
* First pass at lethal/non-lethal marking.Brian Cully2021-02-191-13/+47
|
* Update amino acid in DOM after selection.Brian Cully2021-02-191-8/+21
|
* Add amino acid selection after mutation.Brian Cully2021-02-191-2/+75
|
* Get nucleotide selection working again.Brian Cully2021-02-191-2/+2
|
* Fix bug with die roll comparison for mutation skip.Brian Cully2021-02-191-1/+1
|
* Remove Genome.sizeBrian Cully2021-02-181-1/+1
| | | | | This was originally for random genome generation, but since the initial is hard coded now, use that instead.
* Initial commit.Brian Cully2021-02-171-0/+358