/asm-starve

The very first significant piece of code i've ever written in any language. Starve is a small unfinished "survival" game written in x86 assembly for DOS.

Primary LanguageAssembly

asm-starve

Starve is a small unfinished "survival" game written in x86 assembly for DOS.

build & run

Run in the terminal:

TASM GAME.ASM
TLINK GAME.OBJ
GAME

Tested and working on DOSBox version 0.74-3.

screenshots