From a440be626a87d9991a7b332da6656bc26282fbd4 Mon Sep 17 00:00:00 2001 From: ykerus <48921025+ykerus@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:20:58 +0200 Subject: [PATCH] Create README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eda8ba3 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# DropBlox + +Welcome! I'm assuming you came here to give this coding challenge a try, great! After all, you could be the one to win the big price... So, let's get right to it! + +First we will give you a bit more info about the challenge, but if you really can't wait, just jump straight to the "Quickstart" section. + +## The challenge + +The task is simple: given a rectangular field and a set of predefined blocks, fill the field with the blocks and aim to get the highest score. + +How do you score high? That depends on the colors of the blocks you used, the rows you filled and the amount of empty cells in the final field. + +## Your solution + +Don't worry, we took away most of the annoying work so you can focus on strategy. All you have to do is write a `.txt` file where each line specifies which block (by block ID) to drop in the field, and at which x-coordinate. + +## Quickstart + +There are two options: 1. For a really-quickstart, open [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1NmfslkeZ4TWp-PZmq6XqWjoZhABoV82W?usp=sharing) and 2. Described below. + +... + + +