/Corewar

A Virtual Machine battlefield for programs written in an abstract assembly language which have to control the arena's memory.

Primary LanguageC

Corewar ⚔️🤺

Core War is a 1984 programming game created by D. G. Jones and A. K. Dewdney in which two or more battle programs (called "warriors") compete for control of a virtual computer. These battle programs are written in an abstract assembly language.

There are three parts Corewar can be broken down into:

  • [The assembler]
  • [The virtual machine]
  • [The champion]

The Assembler



The Virtual Machine