Skip to content

pizzicato-game/pizzicato-game.github.io

Repository files navigation

5

Serious Game

This is a serious game developed for the Master's course "Building Serious Games" IN4302 at TU Delft. The publication accompanying it can be found here.

Contributors

  1. Ravi Snellenberg (Producer)
  2. Joris Rijsdijk (Lead Designer)
  3. Scott Jochems (Playtesting)
  4. Martin Starkov (Lead Programmer)
  5. Luca Stoffels (Lead Art and Sound)

Available Commands

Primary Commands Description
npm install Install project dependencies
npm run start Run in Browser (open locally, hot reloading)
npm run build Build a local version (in dist directory)
npm run deploy Update website with changes

Project Structure

main.js Entry point for Electron

index.html Entry point for HTML

game.ts Entry point for Phaser

assets Location of binary resources

Dependencies

Known Issues

From natonato's template repository:

  • Electron useContentSize not working properly.
    • Electron appears to include a title bar and menu in width/height by default.
    • useContentSize option was expected to solve this problem because it takes the size of the browser window and uses it, but the problem is that the phaser has set the 'height:100%' option throughout the document.
  • Running Electron with Devtool, keyboard input ignored.
    • Devtool snatched keyboard input.
  • There was a bug in Electron 24.x.x, so version 23 was used instead.

Thanks to

natonato for his great phaser electron template.

About

Sonifying motor skills with Pizzicato, a game for motor behavior research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published