Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marc1404/wrecksam

Intelligent Interactive Systems, University of Amsterdam
https://github.com/marc1404/wrecksam

amsterdam education game intelligent interactive javascript ludei phaser university

Last synced: 18 days ago
JSON representation

Intelligent Interactive Systems, University of Amsterdam

Awesome Lists containing this project

README

        

# Wreck Sam

## Quick Facts
- [Website](https://marc1404.github.io/WreckSam/)
- **Short URL:** `https://tinyurl.com/WreckSam`
- [QR Code](https://github.com/marc1404/WreckSam/blob/master/assets/images/qr-code.png)
- [Architecture Overview](https://github.com/marc1404/WreckSam/blob/master/assets/images/architecture.png)
- [Poster](https://github.com/marc1404/WreckSam/blob/master/assets/documents/poster.pdf)
- [Paper](https://github.com/marc1404/WreckSam/blob/master/assets/documents/paper.pdf)
- Intelligent Interactive Systems, University of Amsterdam

## Requirements
- [Node.js](https://nodejs.org/en/) >= `8.0.0`
- [Yarn](https://yarnpkg.com/lang/en/) *(Alternative package manager for Node.js)*

## Scripts
- `yarn dev` Development mode with automatic reloading and HMR
- `yarn build` Production build for pushing to GitHub Pages

## Development
Start screen can be changed by setting the Local Storage key `StartScreen`.
*Example:*
```
localStorage.setItem('StartScreen', 'MainMenuScreen');
```

## Authors
- Gokie Wiegers
- Jop Brandenburg
- Jerom Fernig
- Maaike Koolbergen
- Marc Vornetran

## License
[MIT](https://github.com/marc1404/WreckSam/blob/master/LICENSE)