Some weeks ago my company organized a coding contest on another plateform : Isograd (you probably already know it ).
Although I find codingame’s website and interface better, they have some features/ideas I’d love to see on codingame.
-
For solo puzzles : being able to download a zip with all input/output of test cases and a template of code. Players could run all tests locally instead of using the website. (it’s a win-win !)
-
For solo contests : instead of 1-2 difficult puzzles, it would be nice to have more puzzle (4-5) from easy to difficult.
-
For languages using package/namespace : being able to let them when we copy paste code to condingame. I feel frustrated each time when I have to remove package line in Java -_-.
On the same topic another feature I’d love to see is being able to debug all kind of puzzles locally either “Solution” or “Player” kind of puzzles.
It could be either :
- exposing a service to launch test cases from code
 - or offer for download a server players could start locally
It would be so awesome