https://github.com/tillsanders/3-in-2-clock
'3 in 2' is a fun game for summer camps where the whole camp experiences three whole (and otherwise normal) days in the time of two real days. You simply pretend that time passes more quickly. All you need is a clock running faster.
https://github.com/tillsanders/3-in-2-clock
dpsg game jugendarbeit nuxt reallife vue
Last synced: 29 days ago
JSON representation
'3 in 2' is a fun game for summer camps where the whole camp experiences three whole (and otherwise normal) days in the time of two real days. You simply pretend that time passes more quickly. All you need is a clock running faster.
- Host: GitHub
- URL: https://github.com/tillsanders/3-in-2-clock
- Owner: tillsanders
- License: gpl-3.0
- Created: 2021-07-30T12:32:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T09:46:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T14:44:25.116Z (over 1 year ago)
- Topics: dpsg, game, jugendarbeit, nuxt, reallife, vue
- Language: Vue
- Homepage: https://3-in-2.com
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 3-in-2-clock
> '3 in 2' is a fun game for summer camps where the whole camp experiences three whole (and otherwise normal) days in the time of two real days. You simply pretend that time passes more quickly. All you need is a clock running faster.
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).