move TODO items to Github Issues

This commit is contained in:
Max Bradbury 2020-07-01 18:10:26 +01:00
parent 07fc016020
commit 15c5a74acf
1 changed files with 0 additions and 16 deletions

View File

@ -55,19 +55,3 @@ some more practical uses would be things like:
* convert images or other file formats to Bitsy assets * convert images or other file formats to Bitsy assets
* programmatically create Bitsy games * programmatically create Bitsy games
* a Bitsy game editor * a Bitsy game editor
## todo
* implement Result return types on ::from functions so that we can handle errors
* replace Image with Vec<u8> or something. seems like a pointless abstraction.
* replace game avatar with helper functions to get and set the sprite with an ID of A
* implement PartialEq for sprites, items etc. for deduplication
* global dedupe function and dedupe functions for sprites, items etc.
* tests for merge function
* all sprites from the merged game get placed in their respective game's Room 0
* exits in merged rooms do not work - the on-screen position is correct, but the room ID is wrong
* add update function (i.e. migrate an old game version to the current one) - would this work?
### tidy up
* refactor the more shonky bits to idiomatic rust