Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safrmo/ludum-dare-40
Vue.js game for Ludum Dare 40
https://github.com/safrmo/ludum-dare-40
Last synced: 6 days ago
JSON representation
Vue.js game for Ludum Dare 40
- Host: GitHub
- URL: https://github.com/safrmo/ludum-dare-40
- Owner: SaFrMo
- Created: 2017-12-02T02:14:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T18:28:03.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T05:11:07.598Z (about 1 month ago)
- Language: JavaScript
- Size: 735 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ld40
> Vue.js game for Ludum Dare 40
## Todo
* Cache
* POST and PUT
* Timer
* Autogenerated rounds
* Stretch:
* Authentication## Objective
Serve up responses to requests as quickly as you can!## Gameplay
### The Board
The board has three main areas: the request stage/response dump, a job queue/cache, and the file storage. Players must place requests into the job queue, attach the appropriate response, and drag back to the response dump.### Requests
Requests are objects consisting of:
* Request line
* Command
* Path
* Headers
* BodyResponses are built like this:
* Status code
* Headers
* Body## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```