Kotlin Game Development

Hi. I have difficulty in developing the game although I have mastered application development.Do you have any suggestions on game development?Document or something else.

Thanks.

Here is something that might help you get started:

However, note that most games are programmed in a pro-active manner where you’re always telling entities what to do whereas this is instead designed for polling instead since this was intended as a collection of puzzles to help others try out Kotlin.

1 Like

thanks for your reply.