Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yann-p/global-game-jam-2020
- Owner: Yann-P
- Created: 2020-02-01T14:48:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T20:28:27.000Z (over 3 years ago)
- Last Synced: 2023-05-27T00:15:40.000Z (over 1 year ago)
- Topics: game, game-development, game-jam, global-game-jam, global-game-jam-2020, phaser, phaser3, playable-game
- Language: TypeScript
- Homepage: https://yann-p.fr/ggj2020
- Size: 14.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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```