Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmuellr/game-timeline

an implementation of the Cheapass game Timeline
https://github.com/pmuellr/game-timeline

Last synced: about 1 month ago
JSON representation

an implementation of the Cheapass game Timeline

Awesome Lists containing this project

README

        

Cheapass-Timeline
================================================================================

A web implementation of the
[Cheapass](http://www.cheapass.com/) game
[Timeline](http://www.cheapass.com/freegames/timeline).

See the [LICENSE](LICENSE) file for licensing information.

building
================================================================================

To build this application, you'll have to download some 3rd party content.

To download various web pre-req's, you'll need to run the following commands

make vendor
npm install

The artwork in the application comes from Cheapass. You will need to run
the following command to download and convert that artwork.

make orig cards icons

You will also need to have
[ImageMagick](http://www.imagemagick.org/)
installed to convert the icons.

Finally, use

make build

to do the final build. The result is the contents of the `web` directory,
specifcally, the `index.html` file.