-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
20 lines (16 loc) · 857 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
WebVenture
(c) 2010, Sean Kasun
This is my html5 implementation of the MacVenture game engine. It specifically
targets the mac versions of the games, and supports any version from 1.0
to the 1992 reissues.
All of the javascript files can be compiled into a single minimized js using
the compile.sh script, this will require you to download the Closure
Compiler from Google.
The games themselves are not included in this repository. You must
acquire those elsewhere. The games must be the mac version. They
must be in an HFS disk image format. You can create your own by using
a mac emulator like Mini vMac, create a floppy disk and drop all the
game files onto the virtual floppy disk.
games.js contains the filenames for the game disks, along with the title and
path to the savegame icon. The game icons must be placed in
icons/<gamefilename>.png