dc46a12586e7ba2f1db6a697493cb81f061847fd
[nit.git] / examples / mnit_dino / README.md
1 Dino vs cavemen portable action game where the player plays the dino
2
3 # Project Structure
4
5 * `game_logic` defines, as its name implies, the full game logic and the basic entities.
6 * `graphism` defines how the game is drawn on screen with fully portable code.
7 * `dino` implements the the portable app structure.
8 * `dino_android` and `dino_linux` adapt the portable game for specific platforms.
9 * `fancy_dino` is an optional module which tweaks how the dino itself is drawn on screen
10   to create the flat rotation effect.
11 * `splash` defines the splash screen used while the app loads.