Corewar project of School 42
Corewar is a very peculiar game. Itās about bringing āchampionsā together around a āvirtual machineā, which will load some āchampionsā who will fight against one another with the support of āprocessesā, with the objective being for these champions to stay āaliveā.
git clone https://github.com/oevtushe/Corewar.git && cd Corewar && make
./asm frankenstein.s && ./asm slave1.s && ./corewar -visual -sound frankenstein.cor slave1.cor
press 'SPACE', enjoy.