Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmuellr/game-timeline
- Owner: pmuellr
- License: other
- Created: 2013-02-23T01:55:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T06:31:14.000Z (almost 12 years ago)
- Last Synced: 2024-04-09T21:04:44.884Z (9 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installThe 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.