Last project in the CPE (Elementary Programming) module
In the previous project (Robot Factory), we compiled .s
champions into .cor
champions.
In this project, we need to make our own VM to interpret the .cor
champions and make them fight each other until there's only one left.
We also made a bonus using raylib available in the bonus
directory.
Clone the project then
make
./corewar champion_a.cor champion_b.cor
cd bonus/
make