summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Add initial/final genome displaysBrian Cully2021-02-191-2/+5
|
* Remove penultimate genome slotBrian Cully2021-02-191-1/+1
| | | | | | I need the last "good" genome, not the second to last one, so instead thread the original genome (before any mutations) through the required states so it can be reverted to if a lethal change is made.
* Get kill/clone working.Brian Cully2021-02-191-2/+2
|
* Alter rule flowBrian Cully2021-02-191-22/+13
| | | | | | | | | 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-0/+5
|
* Add amino acid selection after mutation.Brian Cully2021-02-191-0/+27
|
* Initial pass at getting codon display working.Brian Cully2021-02-181-1/+1
|
* Update instructions with new steps for amino acid changes.Brian Cully2021-02-181-0/+16
|
* Initial commit.Brian Cully2021-02-171-0/+92