huiwang/codingame-scala-kit

Bundler for CG now requires that the Player source file is at root, or it incorrectly puts the object in a package matching the folder.

tyrcho opened this issue · 2 comments

Bundler for CG now requires that the Player source file is at root, or it incorrectly puts the object in a package matching the folder.

@tyrcho i think it would be better to relax this constraint. I find it better to put the player source file in the game specific package.

I agree, I'll try to fix this soon.