C Corewar - 42 implementation
The game is simple, 2 or more programs compete in order to take over the virtual computer
Compile the whole project :
make && make clean
Compile your Corewar champion(s) :
./asm [CHAMPION_1].s [OPTIONAL [CHAMPION_2.s] [CHAMPION_3.s] ...]
Run the VM :
./corewar [OPTIONAL : [--tui or -t] [-dump num_cycles]] [CHAMPION(s).cor]
Decompiler :
cd decomp ; make ; make clean; ./deasm [OPTIONAL : -v -i] [CHAMPION_1].cor