Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 936 Bytes

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