From 656a6e25857ede915f79d15b5696f55e19930f9c Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Added TODO list. --- TODO.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..f79d1cd --- /dev/null +++ b/TODO.md @@ -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 -- cgit v1.2.1