Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initial/final genome displays | Brian Cully | 2021-02-19 | 1 | -2/+5 |
| | |||||
* | Remove penultimate genome slot | Brian Cully | 2021-02-19 | 1 | -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 Cully | 2021-02-19 | 1 | -2/+2 |
| | |||||
* | Alter rule flow | Brian Cully | 2021-02-19 | 1 | -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 Cully | 2021-02-19 | 1 | -0/+5 |
| | |||||
* | Add amino acid selection after mutation. | Brian Cully | 2021-02-19 | 1 | -0/+27 |
| | |||||
* | Initial pass at getting codon display working. | Brian Cully | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Update instructions with new steps for amino acid changes. | Brian Cully | 2021-02-18 | 1 | -0/+16 |
| | |||||
* | Initial commit. | Brian Cully | 2021-02-17 | 1 | -0/+92 |