-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO.txt
38 lines (29 loc) · 1.06 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Engine
------
Optimize template searching
Improve genotype tracking; treat a creature's "real" genotype as the genotype at birth.
Limit range of instruction pointer from creature (enforce locality of reference)
Cocoa front-end
---------------
Fix thread-safety issues when using data from the collectors.
Add more types of data collection
Add ability to edit RNG state in the middle of a run (so you can "fork" a run)
Improve drag feedback.
Improve soup display
scaling
smarter aspect ratio for different sizes
Implement tracking of a lineage
Make inventory more useful (keep "successful" genotypes in the list)
Highlight creatures when selected in inventory
Add ability to control update rate.
GraphX:
Add ability to draw more than one data set
Genebank:
Store soup config with creatures (since creature success may depend on soup features)
Figure out how to name genebank genotypes
Make the code cross-platform?
Command-line tool
-----------------
Needs basic work.
Hook up more commandline args
Add ability to save the soup every N instructions