Live data from Hacker News

Games of Coding – A curated list of games that teach you a programming language

github.com

11–20 of 46 posts

Re: Games of Coding – A curated list of games that teach you a programming language

#14
post #5

Do not forget codingame.com.

I had never heard of codingame.com. This looks really interesting. Thanks for mentioning!

Sadly, they have zero marketing in the USA/HN sector. But their platform is terrific, better than anything else that's already out there.

Re: Games of Coding – A curated list of games that teach you a programming language

#16
A similar post on Halite.io listing some interesting games:

https://halite.io/ http://vindinium.org/ http://theaigames.com/ http://www.rpscontest.com/ https://www.codingame.com/home https://leekwars.com/ http://russianaicup.ru/ http://dev.generals.io/

Link to the post: http://forums.halite.io/t/other-ai-contests/925

Re: Games of Coding – A curated list of games that teach you a programming language

#17
I'm not sure if such games can help to learn programming. For example, Robocode is very dynamics-based and requires knowledge of control theory (which involves partial differential equations) and decision making under uncertainty. I'm doing software development for almost 10 years and yet such games are too hard for me. These games can help you to learn "AI" but not programming. It's simpler to create your own Robocode game from scratch than to master creating bots for it.
Post reply on HN