Codingame - Summer Challenge 2024 - Olymbits - Bot Programming Challenge (www.codingame.com)
from RonSijm@programming.dev to programming@programming.dev on 15 Jun 16:55
https://programming.dev/post/15565696

I started this challenge and it’s pretty fun.

They have this graphical interface that’ll actually show what your character is doing, which makes it more interesting than just a “code-only” leetcode or adventofcode challenge

#programming

threaded - newest

joelthelion@lemmy.world on 15 Jun 17:26 collapse

I’m participating! Codingame is a lot of fun, I highly recommend it.

bolexforsoup@lemmy.blahaj.zone on 15 Jun 17:32 collapse

I have never coded anything in my life beyond a basic HTML/CSS course in college over a decade ago. Would this be fun for me or is it not really for true beginners?

RonSijm@programming.dev on 15 Jun 17:57 collapse

Hmm, well the first round(s) are doable for beginners. If you want to get into programming, these kinda games are a good way to start, since you’re getting visual feedback of what your bot is actually doing.

And you can participate in loads of languages, so you can pick anything that you’re somewhat familiar with.

However, once you’re getting into higher rounds, ranks, and leagues, you’ll be playing against other peoples’ bots. So obviously if you have 0 experience it’ll be way harder to beat people with loads of experience, that understand which algorithms are suitable etc.

But I’d say go ahead and try it out. Its free. Maybe it turns out to be too difficult, maybe you’ll manage.

joelthelion@lemmy.world on 15 Jun 22:34 collapse

I think you might want to go through a python tutorial before you start on coding game. It can get frustrating if you don’t know the basics.