oevtushe / Corewar

Corewar project of School 42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corewar

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”.

How to install

git clone https://github.com/oevtushe/Corewar.git && cd Corewar && make

How to run

./asm frankenstein.s && ./asm slave1.s && ./corewar -visual -sound frankenstein.cor slave1.cor

press 'SPACE', enjoy.

About

Corewar project of School 42


Languages

Language:C 95.4%Language:Shell 1.9%Language:Makefile 1.7%Language:Assembly 1.0%