Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# kebab-stand
Help Habib's kebab stand flourish
> A Vue.js project

Kebab 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&cent)

  • 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!