MORE REACT/JS STATE(GAME) ENGINE
In the late 80’s someone distributed the Adventure Game Toolkit.
This Compiler produced three data files:
1 – DAT File (objects / nouns)
2 – CMD File (commands / verbs)
3 – MSG File (what to render)
Which I translate to
1 – Stores
2 – Command processors
3 – Rendering instructions.
In other words we should be writing very little code to build web apps.
Source date (UTC): 2017-01-21 15:43:00 UTC
Leave a Reply