"get by name, tag" functions; update todo

This commit is contained in:
2021-05-19 17:51:38 +01:00
parent a14cab8f41
commit c9c0942daf
3 changed files with 79 additions and 27 deletions

25
TODO.md
View File

@@ -2,6 +2,11 @@
## game data structure
add "from_dir" functions for structs
make that function generic?
--
what is the distinction between animate and inanimate objects?
idea:
@@ -12,21 +17,7 @@ idea:
* each position could have (optionally) a tile and (optionally) a thing
* things have render priority
### colours
~convert colours to hex~
* ~accept abcdef, #abcdef, 0xabcdef (inc. uppercase)~
* ~export as #abcdef~
### palettes
### images
* ideally support gif/png...
### parser
* ~move tests into their respective modules where appropriate~
* ideally support gif/png for images (are there other indexed colour formats?)
## players
@@ -34,10 +25,6 @@ idea:
* re-use player avatar drawing function as generic image drawing function
* text (how?)
* support older graphics adaptors
### linux
* ~get working~
### windows