From 2bc1f50b46e2d79e0cb38a4786e51254b6a19f53 Mon Sep 17 00:00:00 2001 From: Manzovince Date: Wed, 29 May 2019 15:44:36 +0200 Subject: [PATCH] README edit --- en.lproj/Makefile => Makefile | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename en.lproj/Makefile => Makefile (100%) diff --git a/en.lproj/Makefile b/Makefile similarity index 100% rename from en.lproj/Makefile rename to Makefile diff --git a/README.md b/README.md index 8bf59e3..9e08e03 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Le but de ce projet est d’agencer les Tetriminos entre eux pour former le plus ## BONUS - [x] Best error handler (more details on why there is an error.) -- [x] Optimisation +- [x] Optimisation (skip when tetri with same shape was already tested on map) - [x] Add colors to tetri when printing result map - [x] Flag for debbuging (print every step in backtracking) - [x] Adding flags (and password for blocking more args on moulinette)