Skip to content
forked from ktzar/scummatlas

Scumm games parser and HTML Atlas generator

License

Notifications You must be signed in to change notification settings

ubachp/scummatlas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScummAtlas

How to run this

I know the project doesn't follow the standard Golang structure. It's on the todo list :)

git clone [email protected]:ktzar/scummatlas.git
cd scummatlas
export GOPATH=`pwd`
go run src/scummatlas/main/scummatlas.go -gamedir=/path/to/games/monkey2 -outputdir out

Scumm games parser and HTML Atlas generator written in Golang.

The aim of this software is to provide an easy to understand, testable, and organised software that unpacks games using the SCUMM engine.

It creates a bunch of HTML files that software that aim to show the inner aspects of how these beloved games were implemented.

Build status: https://travis-ci.org/ktzar/scummatlas

TODO

  • Improve parsing local and object scripts
  • Parse costumes
  • Have a game detector
  • Add ordering capabilities to table view
  • Use c64 font in some places like titles

About

Scumm games parser and HTML Atlas generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.3%
  • HTML 9.1%
  • JavaScript 2.3%
  • Other 1.3%