diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
commit | 656a6e25857ede915f79d15b5696f55e19930f9c (patch) | |
tree | 08feab1c384db413dce22165ece4c8526877ac5e | |
parent | 8ed9b11ab12cee3f0c844882a2f9f21c705fe878 (diff) |
Added TODO list.
-rw-r--r-- | TODO.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +## SALIS UPDATES +- Add eat-string (EATS) instruction +- Reward organisms for "eating" information + +## TSALIS UPDATES +- Create process cursor selector (on WORLD and PROCESS view) +- Enable fast scrolling (on WORLD and PROCESS view) +- Better console: + - Console resumes sim after closing + - Allow longer input + - Allow hex input + - Line editing + - Command history + - Console responses +- Make save files portable + +## PYTHON PLUGINS/APPS +- Create REPORT app that reads many savefiles and generates data files from: + - Organism count + - Organism sizes + - Instruction count + - Species dictionary + - Dictionary graph +- 2D evolution grapher |