danieldesira / TurtleQuest

https://turtle-quest.vercel.app/
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Tool to create new characters #36

Closed danieldesira closed 3 months ago

danieldesira commented 3 months ago

Build a command-line tool to create new characters, taking in the following parameters:

  1. characterName
  2. characterType
  3. imageFileName

Then the tool should generate a class with the minimal required boilerplate code and add an entry to the cache assets array in serviceWorker.js. Adding the character to levels and further customisation should remain within the developer's responsibilities - the tool just eliminates some of the boring tasks associated with new characters.

danieldesira commented 3 months ago

Ignore this and create a simple manual instead. It is counter-productive in this case as we won't be adding characters that often.

danieldesira commented 3 months ago

Updated readme with character creation instructions