bbc2 / codingame-fall-2020-ocaml

Repository from Github https://github.combbc2/codingame-fall-2020-ocamlRepository from Github https://github.combbc2/codingame-fall-2020-ocaml

CodinGame 2020 Fall Challenge (OCaml submission)

This is my submission to the CodinGame contest "Fall Challenge 2020". It got me to the Bronze league but I believe it was a good basis for the Silver league.

Build

This worked with OCaml 4.11.1.

opam install alcotest dune
dune build
dune runtest

This produces:

  • _build/default/answer.ml: Assembled source code that could be submitted to the game server. the cards.

About

License:MIT License


Languages

Language:OCaml 97.4%Language:Shell 2.0%Language:Makefile 0.6%