Skip to content

Commit

Permalink
examples: delete the shoot game
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Jan 24, 2018
1 parent e91ac88 commit 86fd263
Show file tree
Hide file tree
Showing 41 changed files with 0 additions and 45,433 deletions.
4 changes: 0 additions & 4 deletions benchmarks/bench_engines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ function run_compiler()
bench_command "nitc-g" "nitc --global ../src/test_parser.nit" "./nitc.$title.bin" -v --global --no-cc ../src/test_parser.nit
run_command "$@" ../src/nit.nit -o "nit.$title.bin"
bench_command "nit" "nit ../src/test_parser.nit ../src/location.nit" "./nit.$title.bin" -v ../src/test_parser.nit -- -n ../src/location.nit
run_command "$@" ../examples/shoot/src/shoot_logic.nit -o "shoot.$title.bin"
bench_command "shoot" "shoot_logic" "./shoot.$title.bin"
run_command "$@" ../tests/bench_bintree_gen.nit -o "bintrees.$title.bin"
bench_command "bintrees" "bench_bintree_gen 16" "./bintrees.$title.bin" 16
else
Expand All @@ -61,8 +59,6 @@ function run_compiler()
bench_command "nitdoc" "nitdoc ../src/nitls.nit" "./nitdoc.$title.bin" -v ../src/nitls.nit -d out
run_command "$@" ../src/nitlight.nit -o "nitlight.$title.bin"
bench_command "nitlight" "nitlight ../lib/[a-f]*/" "./nitlight.$title.bin" ../lib/[a-f]*/ -d out
run_command "$@" ../examples/shoot/src/shoot_logic.nit -o "shoot.$title.bin"
bench_command "shoot" "shoot_logic 15" "./shoot.$title.bin" 15
run_command "$@" ../tests/bench_bintree_gen.nit -o "bintrees.$title.bin"
bench_command "bintrees" "bench_bintree_gen 17" "./bintrees.$title.bin" 17
#run_command "$@" "../contrib/pep8analysis/src/pep8analysis.nit" -o "pep8a.$title.bin"
Expand Down
24 changes: 0 additions & 24 deletions examples/shoot/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions examples/shoot/README.md

This file was deleted.

Binary file removed examples/shoot/art/bio.png
Binary file not shown.
Binary file removed examples/shoot/art/blue.png
Binary file not shown.
Binary file removed examples/shoot/art/fighter.png
Binary file not shown.
Loading

0 comments on commit 86fd263

Please sign in to comment.