A vue.js project made in BDDI at Gobelins
Pa[i]ndemie is multiple choice game that immerses us in a post-covid future. A grandfather tries to embellish the pandemic to his grandson by distorting reality. The user's goal is to help the grandfather in the elaboration of his lie and to make it as credible as possible.
Designers: Margaux, Marie, Lévana
npm install
to install all packages
npm run serve
npm run build
npm run lint
.
├── public
│ ├── assets
│ │ ├── audios
│ │ ├── img
│ │ └── videos
│ └── index.html
├── src
│ ├── assets
│ │ ├── data # json files to load datas of each scene
│ │ ├── scss
│ │ └── shaders # to have animations/intercations for the planes
│ ├── components
│ │ ├── newspaper # gather components for the second part of the game
│ │ └── ui # components where the user interacts
│ ├── router
│ ├── views
│ ├── App.vue
│ └── main.js
├── ...
└── README.md