I never understood the point of games that emulate the programming experience. Whenever I play them I feel like I'm wasting my time and I could be making something real.
Ask HN: Which programming games helped you become a better programmer?
51–60 of 90 posts
Re: Ask HN: Which programming games helped you become a better programmer?
#52Re: Ask HN: Which programming games helped you become a better programmer?
#53Re: Ask HN: Which programming games helped you become a better programmer?
#54I recommend most beginners to start with a simple solitaire card game, make a polished card game, complete with tutorial, pausing, win/lose conditions. The reason is the graphics and flow of the game are already a common thing, so planning it is minimal and the focus is on the coding.
Re: Ask HN: Which programming games helped you become a better programmer?
#55It doesn’t seem to exactly fit your description but Python Challenge ( http://www.pythonchallenge.com/ ) has been incredibly fun and rewarding for me back in the day. It’s a series of riddles that are meant to be solved using the python language. It’s really old now but I’m hoping that some library specific riddles are still relevant. Apart from those few, most of them should be language agnostic as well. I’ve always…
Counter-snipe: https://challenge.synacor.com
Re: Ask HN: Which programming games helped you become a better programmer?
#56I’ve developed Recursive [0], a programming puzzles game that helps understand and master recursion, which is, I think, a topic that many developers have difficulty with. I’ll be glad to send an AppStore promo code for those who’d like to play it for free (email in website [1]). Also, I don’t use any analytics tools. So your direct feedback is welcome and highly appreciated. [0] https://apps.apple.com/app/recursive/i…
Re: Ask HN: Which programming games helped you become a better programmer?
#57The NAND Game, nandgame.com
is "obligatory".
Re: Ask HN: Which programming games helped you become a better programmer?
#58It doesn’t seem to exactly fit your description but Python Challenge ( http://www.pythonchallenge.com/ ) has been incredibly fun and rewarding for me back in the day. It’s a series of riddles that are meant to be solved using the python language. It’s really old now but I’m hoping that some library specific riddles are still relevant. Apart from those few, most of them should be language agnostic as well. I’ve always…
Okay, I've been nerd-sniped, there goes my Sunday night. Counter-snipe: https://challenge.synacor.com
Re: Ask HN: Which programming games helped you become a better programmer?
#59I never understood the point of games that emulate the programming experience. Whenever I play them I feel like I'm wasting my time and I could be making something real.
Re: Ask HN: Which programming games helped you become a better programmer?
#60To the list of Zachtronics games, I'll add Opus Magnum, which is the one that I found most rewarding.