From 26217d9cf0dd25930d0964979081347371ed7484 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Fri, 4 Jun 2021 09:37:25 +0200 Subject: [PATCH] First commit, compiles without sound for now. Need to change controls, levels, remove some menus, and make sound work --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c6127b3..1caede8 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ *.i*86 *.x86_64 *.hex +bomber # Debug files *.dSYM/ diff --git a/README.md b/README.md index c2e18bb..b273a5f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Bibi Bomberman game in c with SDL, readapted for the FunKey S. + +The game is very basic and not pretending to break any record, it is however charged with history: this was the very first game developped by one of the FunKey S founder (Vincent Buso). The code is simply readapted for the FunKey S, not cleaned, refactored or anything. This bodes well for an easter egg, watch out.