Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 389 Bytes

Corewar-le-101

Last project of the algorithm branch at school 42 (team of 4)

There is two programm in this project:

  • The first one is a compiler. You need to compile a file written in redcode to a binary file.
  • Then you use the binary file as a champion to fight against other champion in a virtual machine.

Techno : C

Programming method : reverse engineering, shell script (TDD)