examples: add a simple leapfrog game
authorJean Privat <jean@pryen.org>
Wed, 6 Jun 2012 19:31:12 +0000 (15:31 -0400)
committerJean Privat <jean@pryen.org>
Thu, 25 Oct 2012 15:53:38 +0000 (11:53 -0400)
commitc8cc6d27534d2597578d5f3abca0f404ae23b9aa
tree2697800a83d5a87831f74d392af79f582513f19a
parent5ff51c297ed08789640e7a2f027af2e851b9390c
examples: add a simple leapfrog game

Signed-off-by: Jean Privat <jean@pryen.org>
examples/leapfrog/Makefile [new file with mode: 0644]
examples/leapfrog/curses.nit [new file with mode: 0644]
examples/leapfrog/curses.nit.c [new file with mode: 0644]
examples/leapfrog/curses.nit.h [new file with mode: 0644]
examples/leapfrog/game.nit [new file with mode: 0644]
examples/leapfrog/leapfrog.nit [new file with mode: 0644]