Skip to content

Commit

Permalink
adding 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurval committed Sep 22, 2020
1 parent e11eab8 commit 1674907
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 470 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ clean:
@make clean -C libft/ > /dev/null

mclean:
@rm $(ASM_MAN_LOCATION).gz
@rm $(COREWAR_MAN_LOCATION).gz
@rm -f $(ASM_MAN_LOCATION).gz
@rm -f $(COREWAR_MAN_LOCATION).gz
@rm -rf ./sources/man

fclean: clean
Expand Down
47 changes: 47 additions & 0 deletions eval_tests/champ_test3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
../corewar $1 $2 $3 $4
echo
../corewar $1 $2 $4 $3
echo
../corewar $1 $3 $2 $4
echo
../corewar $1 $3 $4 $2
echo
../corewar $1 $4 $2 $3
echo
../corewar $1 $4 $3 $2
echo
../corewar $2 $1 $3 $4
echo
../corewar $2 $1 $4 $3
echo
../corewar $2 $3 $1 $4
echo
../corewar $2 $3 $4 $1
echo
../corewar $2 $4 $1 $3
echo
../corewar $2 $4 $3 $1
echo
../corewar $3 $1 $2 $4
echo
../corewar $3 $1 $4 $2
echo
../corewar $3 $2 $1 $4
echo
../corewar $3 $2 $4 $1
echo
../corewar $3 $4 $1 $2
echo
../corewar $3 $4 $2 $1
echo
../corewar $4 $1 $2 $3
echo
../corewar $4 $1 $3 $2
echo
../corewar $4 $2 $1 $3
echo
../corewar $4 $2 $3 $1
echo
../corewar $4 $3 $1 $2
echo
../corewar $4 $3 $2 $1
Binary file not shown.
Binary file not shown.
Binary file removed resources/champs/asm
Binary file not shown.
1 change: 0 additions & 1 deletion resources/champs/championships/2018/arobion
Submodule arobion deleted from 0fbd2f
Binary file removed resources/champs/error/42 2.cor
Binary file not shown.
241 changes: 0 additions & 241 deletions resources/champs/error/42.s

This file was deleted.

Binary file removed resources/champs/error/barriere 2.cor
Binary file not shown.
Binary file removed resources/champs/error/barriere.cor
Binary file not shown.
Loading

0 comments on commit 1674907

Please sign in to comment.