There are 0 repository under redcode topic.
Typescript implementation of red code parser and core simulator for the classic game Corewar
:mushroom: Explore the design of a VM and challenges related to compiling an assembly language in byte-code
CoRed: A high-level programming language for corewars (work in progress)
:pager: The implementation of Core War Game: Bot, Compiler, Virtual Machine and Visualization
Alternative version of the original game published in 1984. ASM, VM and Visualizer included
REDCODE is an assembler-type language that is used to program viruses in tournaments like CoreWar.
📚️ A repository for showcasing my knowledge of the Redcode programming language, and continuing to learn the language.
⌨️ The Redcode programming language IDE submodule for SNU Programming Tools (2D Mode)
Pseudo assembly, virtual machine and disassembler
Implementation of Assembler interpreter (RedCode interpreter) and Virtual machine for Corewar game - https://en.wikipedia.org/wiki/Core_War
A Memory Array Redcode Simulator written in Ruby that supports the ICWS-94 standard draft and some extensions
Ce projet vous invite à créer une arène virtuelle et à y faire s’affronter des programmes codés dans un langage simpliste. Vous allez ainsi aborder la conception d’une VM (avec les instructions qu’elle reconnait, les registres, etc), et les problématiques de compilation d’un langage assembleur en bytecode.