|
|
|
|
|
by staticelf
1551 days ago
|
|
Looks very cool! Good job! Interesting to see that you have chosen Kotlin for the client parts as well. I am assuming it's compiling kotlin to javascript? What do you think of it so far? It would be nice with an available option not to sign in with Github since it seems like the requested stuff like "act on your behalf" makes me not want to login. It's too much of an hassle to create a new github just to play a game so that is unfortunately where you lost me. |
|
Yes, it's using Kotlin multiplatform, so I can write code once and use it at both frontend and backend.
Because the game highly depends on GitHub API and GitHub actions (when you submit code answer in the game, you are actually creating pull requests), using a GitHub account would be the best option.