Drop some Blox! The one who drops in the most efficient way wins! 🏆
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jeroen Overschie 3598913cf3
Restructure README, clarify some stuff
4 years ago
common Fix import modules in Colab 4 years ago
.gitignore Fix import modules in Colab 4 years ago
README.md Restructure README, clarify some stuff 4 years ago
puzzle.txt Add puzzle 4 years ago
quick_start.ipynb Restructure README, clarify some stuff 4 years ago

README.md

🟨🟦🟥 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!

Quickstart 🎬

You can either:

  1. Open the Colab example

    Open In Colab

OR

  1. Clone this repo

    git clone https://github.com/godatadriven/dropblox.git
    

    and open quick_start.ipynb

The rules 📜

Points scheme

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.

Submitting solutions

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.

Check out the Quickstart example on how to generate the solutions file.

Submit your solution .txt at: https://dropblox.azurewebsites.net/submit

Leaderboard 🏆

Go to: https://dropblox.azurewebsites.net/leaderboard

About

This challenge is hosted by GoDataDriven for PyConDE & PyData Berlin 2022.