This repository contains the code for a small serious game developed for a master's thesis, utilizing Svelte and Three.js. The application serves as an interactive survey focused on job orientation, particularly aimed at providing additional information and insights for teachers currently studying various job options, including roles like researchers and others. The game's unique approach involves displaying questions at the center of the screen with answer options floating around, creating an engaging and interactive experience.
-
Interactive Survey: The game transforms the traditional survey format into an interactive and engaging experience using the Svelte framework.
-
Job Orientation: Specifically designed to support teachers exploring job options beyond their current roles, such as becoming researchers.
-
Floating Answer Options: Answer options dynamically float around the central question, utilizing Three.js to add a playful and interactive element.
Explore the Serious Survey game here.
To run the game locally or contribute to its development, follow these steps:
-
Clone the repository:
git clone https://github.com/statist32/serious_survey.git
-
Navigate to the project directory:
cd serious_survey
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:5000 to experience the game.
Contributions are welcome! If you'd like to contribute to this project, please follow our contribution guidelines.
This project is licensed under the MIT License.
The Serious Survey game is developed as part of a master's thesis to provide an interactive and insightful experience for teachers exploring job options. With a focus on job orientation, the game presents questions at the center of the screen, with answer options dynamically floating around, utilizing Svelte and Three.js to create a unique and engaging atmosphere.