Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-adams/kebab-stand
kebab stand game built with Vue.js and Vuex
https://github.com/p-adams/kebab-stand
Last synced: 7 days ago
JSON representation
kebab stand game built with Vue.js and Vuex
- Host: GitHub
- URL: https://github.com/p-adams/kebab-stand
- Owner: p-adams
- Created: 2016-12-18T18:50:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T20:37:50.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T13:15:28.454Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 122 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kebab-stand
Help Habib's kebab stand flourish
> A Vue.js projectKebab stand is inspired by Apple II's 1979 game Lemonade Stand. Similar to Lemonade stand, the player moves through several rounds of running a kebab stand 🥙 🥙 🥙. The player starts out with a fixed amount of money, and each day he/she must make the following business decisions:
- How many sandwiches to make each morning
- How many advertising signs to make (each sign is 95¢)
- What price to charge for each sandwich
The objective of the game is to maximize profits and keep the kebab stand running as long as possible. But be careful! The results of the game are affected by random events such as bad weather.
## To play:
``` bash
# clone repo
git clone https://github.com/p-adams/kebab-stand
# install dependencies
npm install
# Run the server
npm run dev
```
##### Wish list:
- add feature to own & run multiple kebab stands
- allow for multiple players on a socket connection to compete or work together...and even form alliances!