Difference between revisions of "MOMENTUM"

From CMYKilluminatiNetwork Wiki
Jump to: navigation, search
(Engine)
Line 7: Line 7:
 
== Engine ==
 
== Engine ==
  
MOMENTUM was written from scratch and is not based on any other game. The core code could be considered the starting point for a micro-engine for text-based 16 bit DOS games.
+
MOMENTUM was written from scratch. 2 KB isn't enough for a general purpose engine, but it is a reference for how text based games can be made in assembly language on DOS.

Revision as of 18:45, 1 December 2024

Mom logo.png

DOSBox

To run for example DOSBox.exe c:\Users\trent\MOMENTUM.COM

Engine

MOMENTUM was written from scratch. 2 KB isn't enough for a general purpose engine, but it is a reference for how text based games can be made in assembly language on DOS.