You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCUMM-8 is a "demake" of the [SCUMM](https://en.wikipedia.org/wiki/SCUMM) engine (which powered most of the classic LucasArts adventure games, such as Monkey Island and Maniac Mansion) for the [PICO-8 Fantasy Console](http://www.lexaloffle.com/pico-8.php).
4
4
@@ -52,12 +52,11 @@ This will output scumm-8.min.lua, containing the minified engine code which you
52
52
53
53
## Thanks & Useful Resources
54
54
A big thanks to [Aric Wilmunder](http://www.wilmunder.com/Arics_World/Games.html) (ex-LucasArts developer) for sharing valuable SCUMM documentation.
55
-
Particularly the **SCUMM Tutorial**(1991), the example room from which was the first room I actually created in SCUMM-8 (minus the cool Sam & Max gfx, of course)
55
+
Particularly the **SCUMM Tutorial**(1991), the example room from which was the first room I actually created in SCUMM-8 (minus the cool Sam & Max gfx, of course)
56
56
57
57
Thanks also to Dan Sanderson for his [picotool](https://github.com/dansanderson/picotool) - specifically his minifying tool (luamin), which enabled me to squeeze MUCH more code under PICO-8's limits.
58
58
59
-
Shoutout to **@PixelArtM**, whose [PICO-8 mockup](https://twitter.com/PixelArtM/status/758735822426284036) inspired me to wonder whether this could *actually* be pulled off within the virtual console's limits (SPOILER: it can... just about!).
60
-
**UPDATE**: "Life Imitates Art" as **@PixelArtM** uses SCUMM-8 to make said mockup [a reality!](https://twitter.com/PixelArtM/status/857193912229933056)
59
+
Shoutout to **@PixelArtM**, whose [PICO-8 mockup](https://twitter.com/PixelArtM/status/758735822426284036) inspired me to wonder whether this could *actually* be pulled off within the virtual console's limits (and then later used SCUMM-8 to make said mockup [a reality!](https://twitter.com/PixelArtM/status/857193912229933056))
61
60
62
61
Some other great SCUMM resources I found along the way include the following:
63
62
-[Ron Gilbert's post about "SCUMM Script"](http://www.pagetable.com/?p=614)
0 commit comments