Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yann-p/global-game-jam-2020

Global Game Jam @ Campus Ionis. Theme : Repair
https://github.com/yann-p/global-game-jam-2020

game game-development game-jam global-game-jam global-game-jam-2020 phaser phaser3 playable-game

Last synced: about 2 months ago
JSON representation

Global Game Jam @ Campus Ionis. Theme : Repair

Awesome Lists containing this project

README

        

# Repairception - A Global Game Jam 2020 Entry

## [Jam Entry Page](https://globalgamejam.org/2020/games/repairception-1) - [Jam Site](https://globalgamejam.org/2020/jam-sites/campus-ionis-num%C3%A9rique-cr%C3%A9atif-lyon) - [Play (HTML5)](https://yann-p.fr/ggj2020)

## 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](https://github.com/photonstorm) 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

```