From 0d51b9e96f5fa23da261baeaee8d9f7f95c46c61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Fri, 28 Aug 2015 14:13:59 -0400 Subject: [PATCH] examples/mnit_dino: add a README.md file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- examples/mnit_dino/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/mnit_dino/README.md diff --git a/examples/mnit_dino/README.md b/examples/mnit_dino/README.md new file mode 100644 index 0000000..dc46a12 --- /dev/null +++ b/examples/mnit_dino/README.md @@ -0,0 +1,11 @@ +Dino vs cavemen portable action game where the player plays the dino + +# Project Structure + +* `game_logic` defines, as its name implies, the full game logic and the basic entities. +* `graphism` defines how the game is drawn on screen with fully portable code. +* `dino` implements the the portable app structure. +* `dino_android` and `dino_linux` adapt the portable game for specific platforms. +* `fancy_dino` is an optional module which tweaks how the dino itself is drawn on screen + to create the flat rotation effect. +* `splash` defines the splash screen used while the app loads. -- 1.7.9.5