Build a command-line tool to create new characters, taking in the following parameters:
characterName
characterType
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.
Build a command-line tool to create new characters, taking in the following parameters:
characterName
characterType
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.