examples: delete the `shoot` game
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 7 Jan 2018 14:50:55 +0000 (09:50 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 24 Jan 2018 18:04:24 +0000 (13:04 -0500)
commit86fd2632dc435f3b3c16507d8cc8bff6e305f4cf
tree7e5a55ee5679f60d7bdf93dcfc5265cb1a5ddc69
parente91ac8875ac0162f5860f6843ad7bcac9023749f
examples: delete the `shoot` game

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
41 files changed:
benchmarks/bench_engines.sh
examples/shoot/Makefile [deleted file]
examples/shoot/README.md [deleted file]
examples/shoot/art/bio.png [deleted file]
examples/shoot/art/blue.png [deleted file]
examples/shoot/art/fighter.png [deleted file]
examples/shoot/art/ships.svg [deleted file]
examples/shoot/assets/boss.png [deleted file]
examples/shoot/assets/boss_left.png [deleted file]
examples/shoot/assets/boss_right.png [deleted file]
examples/shoot/assets/enemy.png [deleted file]
examples/shoot/assets/enemy0.png [deleted file]
examples/shoot/assets/enemy1.png [deleted file]
examples/shoot/assets/enemy2.png [deleted file]
examples/shoot/assets/enemy3.png [deleted file]
examples/shoot/assets/enemy4.png [deleted file]
examples/shoot/assets/enemy4_turret.png [deleted file]
examples/shoot/assets/enemy_kamikaze.png [deleted file]
examples/shoot/assets/enemy_missile.png [deleted file]
examples/shoot/assets/enemy_shoot.png [deleted file]
examples/shoot/assets/explosion.png [deleted file]
examples/shoot/assets/hitbox.png [deleted file]
examples/shoot/assets/money.png [deleted file]
examples/shoot/assets/player.png [deleted file]
examples/shoot/assets/player_missile.png [deleted file]
examples/shoot/assets/player_shoot.png [deleted file]
examples/shoot/assets/splash.png [deleted file]
examples/shoot/assets/splash_play.png [deleted file]
examples/shoot/assets/star0.png [deleted file]
examples/shoot/assets/star1.png [deleted file]
examples/shoot/assets/star2.png [deleted file]
examples/shoot/assets/up_missile.png [deleted file]
examples/shoot/org.nitlanguage.shoot_android.txt [deleted file]
examples/shoot/package.ini [deleted file]
examples/shoot/src/shoot.nit [deleted file]
examples/shoot/src/shoot_android.nit [deleted file]
examples/shoot/src/shoot_linux.nit [deleted file]
examples/shoot/src/shoot_logic.nit [deleted file]
examples/shoot/src/shoot_null.nit [deleted file]
tests/sav/shoot_null.res [deleted file]
tests/turing.skip