ftsf / nico

a Game Framework in Nim inspired by Pico-8.
MIT License
624 stars 35 forks source link

Simplify examples tasks in nico.nimble #89

Closed cxong closed 6 months ago

cxong commented 2 years ago

Not sure if some of the custom arguments are important; replaced all the single example tasks with a loop that compiles all examples Also added examplesd to compile with debug

ftsf commented 2 years ago

Platformer does require multimethods to function correctly. But simplifing these makes sense, we can use a platformer.nim.cfg or .nims to set the arguments for platformer