Sopra Steria Coding Challenge

By participating in this contest, I accept the following rules

Well… cannot understand single sentence there :slight_smile:

Btw How do I create contest like this? My students would love it (some of them)

How much money are you ready to spend for those students ?

The rules can also be found here : https://www.codingame.com/rules
You just have to sell your soul, the rest is pretty standard :upside_down_face:

Just my time I think :slight_smile: not sure where this discussion might lead. Or you are talking about prizes?

That was not a joke, this kind of event are organized by CG for a fee. Don’t forget Codingame is a business, not just a cool site. ^^

1 Like

Getting off topic here.
There’s an old answer from Thibaud: Organizing Local Contests
For further questions please consider creating a new thread or message Thibaud directly.

Back to topic:
Did anyone read the contest rules? It’s announced as a multiplayer game but in Article 5 it describes scoring that’s to be expected for a puzzle contest.

1 Like

Rules are generic for all events so it can be a bit misleading. The game is indeed a variation of an existing multiplayer AI game and won’t be released after the event.

@VizGhar more information about the events we organize for companies: https://www.codingame.com/work/offers/retain/
For schools, I can set up private arenas of existing games. DM me if you’re interested.

Just registered !

1 Like

Access to the CodinGame Contests is prohibited for the following people:

  • Officers and employees of CodinGame or any affiliate (it controls, which controls it or under common control with it), as well as their family members (ascendants and descendants);
  • Anyone who has worked or is working on developing the CodinGame Contests, as well as their family members (direct ascendants and descendants).

I didn’t know that by making an official cg contest, I gave up on the opportunity to win prizes. :frowning:

I’m pretty sure you should understand : “Anyone who has worked or is working on developing this CodinGame Contest”

Do we know if there will be a rerun ?

Start of the challenge today! Good luck !

Apparently, it’s a no.

No rerun at the end, sorry.

Do we have the referee somewhere? I am having a hard time understand how the ghosts flee away.
In the example below, I would have expected the ghost to go up maybe a bit towards the left. Instead he goes back in a pack of 3 ghost busters…

EDIT: it would seem that the ghost gets away from the closest buster (to be confirmed), but I was mislead by the rule:

If a buster is closer than 2200 from a ghost, and this ghost is not being busted, the ghost will move away from the mean position of the near busters.

EDIT 2: What seems to work for me is to simulate the ghost as if it flees the closest buster in range. If there are multiple busters at the same minimum distance, it flees their barycenter.

Some Squid leaked the referee for the multiplayer game here.
Obviously not the same as for the contest but should give you an idea.

1 Like

@TwoSteps - few minutes after submission no matches finishes ->

1 Like

thanks for reporting it, we’ll look at it right away

EDIT: should be back really soon

There is an error in the statement and in the example program:
“L’ASSISTANT :
C’est votre premier buster […]”
This is the third buster and not the first buster.

Moreover I don’t see colored border for each buster.

For the busters, you can either:

  • use the debug mod (available in the settings),
  • add a letter (H for hunter, C for chaser, S for support) at the end of each command.
1 Like