DEV Community

Discussion on: 16 games for developers

Collapse
 
bcncodeschool profile image
George K.

Do you know any other coding games not mentioned here? PLEase share in the comment! Thanks!

Collapse
 
turowski profile image
Kacper Turowski

While not strictly based on programming with real languages, some of Zachtronics games require a lot of critical thinking used by softdevs. See Shenzen I/O and TIS-1000 mainly, maybe also Exapunks.

Collapse
 
bcncodeschool profile image
George K.

Wow, those look nice, we have to check them out, thank you!

Thread Thread
 
turowski profile image
Kacper Turowski

Another game, albeit very old, is Colobot.

My main issue with most of these games about programming is how they're about solving one problem at a time. Level one, tell robot to move 60 steps left. Level two, tell robot to move 20 steps right, jump, go 40 steps right. Level three, yet another script to write...

And it's different from katas, where each problem is vastly different. It's still the same game, except instead of using a gamepad, you tell the robot how to exactly solve the level step by step. Something I hated about Quadrilateral Cowboy too.

Screeps is different, you need to create one algorithm to control your colony and then improve it over time. There's no single solution, there's no starting the script from scratch because it's only sets of commands. There's a beauty in creating strategies, teaching your robots to think, recognize patterns, form group behaviors, cooperate.

Collapse
 
siph profile image
Chris Dawkins

Bitburner.

Collapse
 
bcncodeschool profile image
George K.

👍👍👍