Skip to content
/ corewar Public

Corewar is a competitive programming project where programs battle in a virtual machine using a low-level language called Redcode. It features a memory array simulator, an assembler, a disassembler, and a visualizer. Perfect for learning assembly language or competitive programming.

Notifications You must be signed in to change notification settings

xRozzo/corewar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corewar

Welcome to the Corewar project!

Table of Contents

Introduction

Corewar is a programming game where participants create virtual warriors (programs) that battle for control of a virtual computer memory space. The goal is to write a program that can survive and eliminate opponents by strategically manipulating the memory of the virtual machine.

How to Compile

To compile the Corewar project, simply run the following command:

make

This will build the necessary components and generate the executable.

Contribution Guidelines

If you're interested in contributing to Corewar, please take a moment to review our Contribution Guidelines located in the .github directory. These guidelines provide information on how to contribute, including code formatting and testing.

About

Corewar is a competitive programming project where programs battle in a virtual machine using a low-level language called Redcode. It features a memory array simulator, an assembler, a disassembler, and a visualizer. Perfect for learning assembly language or competitive programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published