Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
/ Corewar Public archive

⚔️ 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.

License

Notifications You must be signed in to change notification settings

gloomikon/Corewar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project involves creating a virtual arena, and having simplistic-language programs fight each other.
You will thus get acquainted with VM conception (with instructions it recognizes, registers, etc) and compilation
problems of an assembly language in bytecode. In bonus, the pleasure to have your champions fight in the arena.

You can also use test.sh to test correctness of asm. You need to have your asm, test.sh and resources/
in root folder and start like this:
./test.sh asm all

It will compile all champions, display your and standart message and difference of output if file of
the champion was corrct.

Click on image to see video demonstration:
Filler demonstration

About

⚔️ 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published