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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ SCUMM-8 is a "demake" of the [SCUMM](https://en.wikipedia.org/wiki/SCUMM) engine
6
6
7
7
See below for some games powered by SCUMM-8:
8
8
9
-
|[Return of the SCUMM](http://www.lexaloffle.com/bbs/?tid=29176)|[H A L L O W EƎ N](https://liquidream.itch.io/hallowe3n)|[CODE-8](https://gamejolt.com/games/code-8/340837)|
10
-
| :---: | :---: | :---: |
11
-
||||
| [Return of the SCUMM](http://www.lexaloffle.com/bbs/?tid=29176) | [H A L L O W EƎ N](https://liquidream.itch.io/hallowe3n) | [CODE-8](https://gamejolt.com/games/code-8/340837) |[Perfectly Normal Apartment](https://nextlevelbanana.itch.io/perfectly-normal-apartment)
10
+
| :---: | :---: | :---: | :---: |
11
+
|||||
While it is heavily "inspired" by the SCUMM engine, it isn't a true replica (for that you'll want good ol' [SCUMM-VM](https://en.wikipedia.org/wiki/ScummVM)). However, SCUMM-8 attempts to stay as true as possible to the [original SCUMM command reference](https://web.archive.org/web/20180226005830/http://wilmunder.com/Arics_World/Games.html).
15
15
> *"Cool, so does that mean I can play those old LucasArts games in PICO-8?!"*
@@ -51,7 +51,7 @@ Please see the [SCUMM-8 Wiki](https://github.com/Liquidream/scumm-8/wiki) for de
51
51
52
52
Using Python 3:
53
53
```console
54
-
python3 build.py
54
+
python build.py
55
55
```
56
56
57
57
This will output scumm-8.min.lua, containing the minified engine code which you can copy to your own cart. It will also output new copies of game.p8 and template.p8, which should be committed to the repository.
@@ -73,7 +73,7 @@ Some other great SCUMM resources I found along the way include the following:
73
73
-[Ron Gilbert's post about "Puzzle Dependency Charts"](http://grumpygamer.com/puzzle_dependency_charts)
74
74
75
75
## Donation
76
-
As you can imagine, this project has taken **MANY HOURS** of my spare time to develop.
76
+
As you can imagine, this project has taken **MANY HOURS** of spare time to develop.
77
77
So, if this project helped you out (and you're in a position to do so), feel free to buy me a drink! :coffee::blush:
0 commit comments