There are lots of solutions for this problem, here is one:

  * Keep the `main.nim` files idea, these should only consist of `import` 
statements and perhaps a `when isMainModule` section.
  * In your game, do not `import subdir/main` but `include subdir/main`.


Reply via email to