Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marc1404/wrecksam
- Owner: marc1404
- License: mit
- Created: 2017-10-04T18:03:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T21:10:35.000Z (over 7 years ago)
- Last Synced: 2024-11-21T00:52:17.768Z (3 months ago)
- Topics: amsterdam, education, game, intelligent, interactive, javascript, ludei, phaser, university
- Language: JavaScript
- Homepage: https://marc1404.github.io/WreckSam/
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)