Skip to content

alexis-turpin/clashofcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CodinGame's ClashOfCode

This repo contains a non exhaustive list of solutions for CodinGame's ClashOfCode. Its goal is purely educative, and should only be used once the Clash is finished and must never be used to cheat.

##How does it work? Clash of Code is a special multiplayer game mode where you can challenge your friends, schoolmates or coworkers to short coding battles (from 5 to 15 minutes max). When entering the Clash of Code arena, you are sent to the Clash lobby, where you wait for other players to join you in the game. Once enough players have joined (at least two people), the Clash starts. To win the Clash, you need to pass all test cases in the given time.

##Clash of Code Modes There are different Clash of Code modes for you to play with. When launching or joining a Clash, a mode is selected randomly between 3 modes. In each mode you will want to pass the maximum number of tests, but they also add some challenging rules:

###Fastest You must complete the puzzle as fast as possible.

###Shortest You need to write the lowest code size. Take your time hack your way to the shortest solution!

###Reverse You have to guess what to do by observing the provided set of tests.

About

CodinGame's Clash of Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 60.7%
  • Python 39.3%