ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
22 stars 9 forks source link

Command-line argument evolution #141

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

Currently, we have several ad-hoc arguments for the game to accept data dir and screen size, and also export some game files. I suggest:

  1. Move the export commands to a separate application, not the O21.Game.
  2. Make --screenSize an optional named argument.
  3. Update the help/usage command.

Maybe it'd be easier to use some lightweight command-line parsing library.