Skip to content

Commit 842fb74

Browse files
authored
Added "Perfectly Normal Apartment" by NextLevelBanana
1 parent 158db17 commit 842fb74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ SCUMM-8 is a "demake" of the [SCUMM](https://en.wikipedia.org/wiki/SCUMM) engine
66

77
See below for some games powered by SCUMM-8:
88

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-
| ![SCUMM-8](http://i.imgur.com/FcE49f5.gif) | ![H A L L O W EƎ N](https://i.imgur.com/XpLWuVb.gif) | ![CODE-8](https://i.imgur.com/CfwaNOn.gif) |
12-
| [(Play Online)](http://www.lexaloffle.com/bbs/?tid=29176) | [(Play Online)](https://liquidream.itch.io/hallowe3n) | [(Play Online)](https://gamejolt.com/games/code-8/340837) |
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) | [Perfectly Normal Apartment](https://nextlevelbanana.itch.io/perfectly-normal-apartment)
10+
| :---: | :---: | :---: | :---: |
11+
| ![SCUMM-8](https://i.imgur.com/FcE49f5.gif) | ![H A L L O W EƎ N](https://i.imgur.com/XpLWuVb.gif) | ![CODE-8](https://i.imgur.com/CfwaNOn.gif) | ![Perfectly Normal Apartment](https://i.imgur.com/V8V2uLC.gif) |
12+
| [(Play Online)](http://www.lexaloffle.com/bbs/?tid=29176) | [(Play Online)](https://liquidream.itch.io/hallowe3n) | [(Play Online)](https://gamejolt.com/games/code-8/340837) | [(Play Online)](https://nextlevelbanana.itch.io/perfectly-normal-apartment) |
1313

1414
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).
1515
> *"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
5151

5252
Using Python 3:
5353
```console
54-
python3 build.py
54+
python build.py
5555
```
5656

5757
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:
7373
- [Ron Gilbert's post about "Puzzle Dependency Charts"](http://grumpygamer.com/puzzle_dependency_charts)
7474

7575
## 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.
7777
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:
7878

7979
[![paypal](https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=334Y2ZXWUJMBQ)

0 commit comments

Comments
 (0)