Live data from Hacker News

Ask HN: Which programming games helped you become a better programmer?

news.ycombinator.com

31–40 of 90 posts

Re: Ask HN: Which programming games helped you become a better programmer?

#31
Core 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?

#34
I 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.

Make sure to download the performance DLC. It runs in a VM but it's better off with virtualbox in my experience than the other options. Opt for compiled tools rather than old perl and python scripts if you want missions to go faster.

Re: Ask HN: Which programming games helped you become a better programmer?

#35

Maybe not an exact answer to the question being asked, but when flexbox was first introduced a few years back, I remember being quite overwhelmed by it, but the game that helped me "grok" it was Flexbox Froggy: https://flexboxfroggy.com/ Even now, when I am working with frontend designs, I sometimes am mentally picturing my elements as frogs that need to be placed in the right place :D

I learned flexbox from a game too! I think it was Flexbox Tower Defense.

Re: Ask HN: Which programming games helped you become a better programmer?

#36
For 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 prefer floating point math over integers, their pod racing game is awesome: at one point my algorithm was fourth in the world at it.

https://www.codingame.com/multiplayer/bot-programming/mad-po...

As a bonus, you can use just about any language you want: I know they have at least python, C, c++, rust, Go, Java, javascript, bash...

Re: Ask HN: Which programming games helped you become a better programmer?

#38
Not specifically programming, but I firmly believe that playing Roller Coaster Tycoon as a kid dramatically helped spur my interest in STEM and learning in general.

It was my first introduction to: physics, accounting and finance, data visualizations, and more.

Roller Coaster Tycoon 2 holds up remarkably well today, either natively or via OpenRCT2. Highly recommend it to anyone and everyone.

Re: Ask HN: Which programming games helped you become a better programmer?

#39

If you're willing to be charitible of where exactly programming comes in while playing a game - I would say creating cheats or bots for video games. These days, you will most likely have your account restricted and banned from an entire ecosystem of games if you try this, but back in the days where flash was dominant you could do lots of fun things with little risk. Many fun times in Runescape making dollars off my b…

Back in college our CS group had an ongoing competition, getting high scores in facebook's chat minigames. Skullduggery was highly encouraged https://www.youtube.com/watch?v=TnJyc3oFsSM
Post reply on HN