alex-alra-arteaga / corewar

Assembly parser, machine code transcribing and Virtual Machine executing!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Assembly parser, machine code transcribing and Virtual Machine executing!


Languages

Language:C 89.3%Language:TypeScript 5.5%Language:Makefile 5.3%