Merge: Added contributing guidelines and link from readme
[nit.git] / tests / sav / nitls_args7.res
1 test_prog: Test program for model tools. (test_prog)
2 |--game: Gaming group (test_prog/game)
3 |  `--\e[1mgame\e[m: A game abstraction for RPG. (test_prog/game/game.nit)
4 |--platform: Fictive Crappy Platform. (test_prog/platform)
5 |  `--\e[1mplatform\e[m: Declares base types allowed on the platform. (test_prog/platform/platform.nit)
6 |--rpg: Role Playing Game group (test_prog/rpg)
7 |  |--\e[1mcareers\e[m: Careers of the game. (test_prog/rpg/careers.nit)
8 |  |--\e[1mcharacter\e[m: Characters are playable entity in the world. (test_prog/rpg/character.nit)
9 |  |--\e[1mcombat\e[m: COmbat interactions between characters. (test_prog/rpg/combat.nit)
10 |  |--\e[1mraces\e[m: Races of the game. (test_prog/rpg/races.nit)
11 |  `--\e[1mrpg\e[m: A worlg RPG abstraction. (test_prog/rpg/rpg.nit)
12 `--\e[1mtest_prog\e[m: A test program with a fake model to check model tools. (test_prog/test_prog.nit)