From 15c5a74acfef6f309968d271266d6abc823eb5f6 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Wed, 1 Jul 2020 18:10:26 +0100 Subject: [PATCH] move TODO items to Github Issues --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index de2f985..ce22709 100644 --- a/README.md +++ b/README.md @@ -55,19 +55,3 @@ some more practical uses would be things like: * convert images or other file formats to Bitsy assets * programmatically create Bitsy games * a Bitsy game editor - -## todo - -* implement Result return types on ::from functions so that we can handle errors -* replace Image with Vec 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