Ask HN: Which programming games helped you become a better programmer?
41–50 of 90 posts
Re: Ask HN: Which programming games helped you become a better programmer?
#42I like CTF stuff. I tried this one called yolo space hacker: https://store.steampowered.com/app/1341450/Yolo_Space_Hacker... I like it because now I have something gameified to recommend to people who want to break into computer security. It was REALLY easy for me as someone who's been mired in that world for a long time, though I'm probably going to buy the other missions to see if they pose more of a challenge. Mak…
Re: Ask HN: Which programming games helped you become a better programmer?
#43Re: Ask HN: Which programming games helped you become a better programmer?
#44I 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?
#45I’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.
Re: Ask HN: Which programming games helped you become a better programmer?
#46Re: Ask HN: Which programming games helped you become a better programmer?
#47I 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.
I did manage to run a server with about 140 peak online simultaneously where the USP was a unique PvP experience with cross-faction battlegrounds (to my knowledge my implementation was the first open source one), respawns in FFA areas and such for classic (1.12.1) WoW.
None of this was ever really "real", but it taught me a fair deal about both computers, programming, running a community and life in general.
The open-source project for running WoW servers I used was "cmangos"(gh).
Re: Ask HN: Which programming games helped you become a better programmer?
#48For 2, Codingame's bot programming challenges are excellent. To get high on the leaderboards you need to write super well optimized code and have clever ideas, which is about as fun as a programming challenge gets. To get started, I'd recommend their TRON lightcycle game, which has a great combination of approachable ruleset and deep gameplay. https://www.codingame.com/multiplayer/bot-programming/line-r... If you pre…
Re: Ask HN: Which programming games helped you become a better programmer?
#49Core War: >Core War is a 1984 programming game created by D. G. Jones and A. K. Dewdney in which two or more battle programs (called "warriors") compete for control of a virtual computer. These battle programs are written in an abstract assembly language called Redcode. https://en.wikipedia.org/wiki/Core_War
Re: Ask HN: Which programming games helped you become a better programmer?
#50I'll reply mostly on 2. - most of these were already mentioned in the previous thread - [0] Grasshopper, [1] SpaceChem (awhile ago), [2] 7 billion humans (haven't finished it yet, and haven't played for a while), [3] Human Resource Machine and [4] TIS-100. They mostly help to build habits, and persistency, not just being fun. The "real world" always provides much more interesting "gameplay", but it is sometimes with…