Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dropsnorz/lootboxes
:video_game: :package: Surprise mechanics based game designed to provide players with a sense of pride and accomplishment for unlocking different things.
https://github.com/dropsnorz/lootboxes
game js lootbox vue
Last synced: about 1 month ago
JSON representation
:video_game: :package: Surprise mechanics based game designed to provide players with a sense of pride and accomplishment for unlocking different things.
- Host: GitHub
- URL: https://github.com/dropsnorz/lootboxes
- Owner: DropSnorz
- License: mit
- Created: 2019-09-14T08:12:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:21:59.000Z (about 2 years ago)
- Last Synced: 2024-10-29T22:49:47.423Z (3 months ago)
- Topics: game, js, lootbox, vue
- Language: Vue
- Homepage: https://dropsnorz.github.io/lootboxes/
- Size: 14.8 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lootboxes
Surprise mechanics based game designed to provide players with a sense of pride and accomplishment for unlocking different things.
Of course, and even if it's a parodic game, you can pre-order an early access to the open beta [now](https://dropsnorz.github.io/lootboxes).## Overview
![lootbox-screenshot](doc/screenshot.png)
## Contributing
```bash
# Install project dependencies
npm install# Serve vue app with hot reload at localhost:8080
npm run serve
```Feel free to add more gambling stuff like slot machines, wheel of fortunes, etc... to ensure that players have challenges that are compelling and rewarding.
Here is a list of things to implement.### Features Ideas
* Local storage (Save player progression)
* Settings Menu (Reset progression, game options)
* More complex rewards and currency usage (idle game reward curve)
* Preload assets (+ use spritesheets instead of multiple images)### Game modes Ideas
* Slot machines
* Wheel of fortune
* Gacha mechanics
* Timer / idle gameplays (Wait for rewards)
* Premium mode with higher loot rates
* Currencies exchange market## Credits
* Fluffy Trease Chest (by [Jaqueline Martin](https://www.patreon.com/darkparadigmgames))
* Items icons (by [Ravenmore](http://dycha.net/))
* Various assets by [Craftpix](https://craftpix.net/)## References
* [EA - Theory of accomplishment-dirven gameplay patterns](https://www.reddit.com/r/StarWarsBattlefront/comments/7cff0b/seriously_i_paid_80_to_have_vader_locked/dppum98/)
* [EA - Applying kinder eggs strategy to video games](https://www.youtube.com/watch?v=nVYEqaFZJWo)
* [2K - How to introduce fun in a basketball video game](https://www.youtube.com/watch?v=46MQ1ZMZ-l4)