gamnit: intro a template project for 2D games
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 17 Mar 2017 02:42:38 +0000 (22:42 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 23 Mar 2017 23:33:00 +0000 (19:33 -0400)
commit49b722943e9d4aa20bbe877ce4805481cbbceb69
tree739785c342f1b536fa6e7cdb547c5586fe3272a9
parenta95921bfd1b00b65121aedc185d0bfd4ab6f7ffc
gamnit: intro a template project for 2D games

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/gamnit/examples/template_flat/Makefile [new file with mode: 0644]
lib/gamnit/examples/template_flat/README.md [new file with mode: 0644]
lib/gamnit/examples/template_flat/assets/fighter.png [new file with mode: 0644]
lib/gamnit/examples/template_flat/assets/laser.mp3 [new file with mode: 0644]
lib/gamnit/examples/template_flat/bin/.gitignore [new file with mode: 0644]
lib/gamnit/examples/template_flat/package.ini [new file with mode: 0644]
lib/gamnit/examples/template_flat/src/template_flat.nit [new file with mode: 0644]
lib/gamnit/flat.nit