Skip to content

Yann-P/Global-Game-Jam-2020

Repository files navigation

Repairception - A Global Game Jam 2020 Entry

Theme

Repair

Acknowledgements

  • A huge thanks to IONIS for welcoming us on the school campus, and to all the organizers in particular Rémi Barrero for making this game jam happen !
  • Thanks to Richard Davey for more than 5 years of the Phaser framework, and to digitsensitive for the phaser3-typescript boilerplate that saved us a lot of time.

The team

  • Sound Design : Quentin Bernard
  • Software : Yann Pellegrini
  • Game Design : Jonas Marnat-Saïdi, William Pied

License

MIT

Development

# Install deps
npm i

# Start the development server
npm run dev

# Prodction build
webpack --mode production