From 8323c6b2131ae53f764e2e770e888d1a4cec2a44 Mon Sep 17 00:00:00 2001 From: Philippe Damoune Date: Tue, 23 Jan 2018 18:49:40 +0100 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cddb508 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Fillit + +![logo](https://static.trueachievements.com/customimages/041184.jpg) + +Fillit is a project that let you discover and/or familiarize yourself with a recurring +problematic in programming: searching the optimal solution among a huge set of possibilities, +in a respectable timing. In this particular project, you will have to find a way to +assemble a given Tetriminos set altogether in the smallest possible square. +A Tetriminos is a 4-blocks geometric figure you probably already heard of, thanks to +the popular game Tetris. +