https://github.com/mduo13/ld48
Ludum Dare 48 compo entry
https://github.com/mduo13/ld48
game html5 ludum-dare ludum-dare-48 vanilla-javascript
Last synced: 3 months ago
JSON representation
Ludum Dare 48 compo entry
- Host: GitHub
- URL: https://github.com/mduo13/ld48
- Owner: mDuo13
- License: other
- Created: 2021-04-25T06:20:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T01:48:34.000Z (about 4 years ago)
- Last Synced: 2025-01-04T07:32:14.650Z (5 months ago)
- Topics: game, html5, ludum-dare, ludum-dare-48, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vibin' Secrets
A game of dowsing and hidden objects for [Ludum Dare 48](https://ldjam.com/events/ludum-dare/48).> You've found a mysterious pair of dowsing rods in the attic and decided to go take them for a spin nearby to see if they do anything.
Requires a modern browser (i.e. not Internet Explorer). Not optimized for mobile, but maybe playable.
**Try it here: **
Full credits and stuff on the title page.
## Build instructions
[`./build.sh`](./build.sh) is intended to run on Linux. Install [Jinja](https://jinja.palletsprojects.com/) (for Python 3), [ImageMagick](https://imagemagick.org/), and [sassc](https://github.com/sass/sassc) first. This creates an `out/` folder with everything. You can then open `out/index.html` in a browser, either directly from the filesystem or by uploading to a web server.