Difference between revisions of "MOMENTUM"

From CMYKilluminatiNetwork Wiki
Jump to: navigation, search
(Engine)
 
(One intermediate revision by the same user not shown)
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 realtime games can be made in assembly language on DOS.

Latest revision as of 01:21, 6 December 2024

Mom logo.png

DOSBox[edit]

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

Engine[edit]

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