X-Git-Url: http://nitlanguage.org diff --git a/examples/mnit_dino/README.md b/examples/mnit_dino/README.md deleted file mode 100644 index dc46a12..0000000 --- a/examples/mnit_dino/README.md +++ /dev/null @@ -1,11 +0,0 @@ -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.