https://github.com/capjavert/insomnia-the-game
Insomnia game, thesis project @foivz
https://github.com/capjavert/insomnia-the-game
game html5 insomnia paper phaserjs
Last synced: 6 months ago
JSON representation
Insomnia game, thesis project @foivz
- Host: GitHub
- URL: https://github.com/capjavert/insomnia-the-game
- Owner: capJavert
- Created: 2016-07-18T19:13:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T20:55:59.000Z (over 2 years ago)
- Last Synced: 2024-12-01T17:20:54.520Z (10 months ago)
- Topics: game, html5, insomnia, paper, phaserjs
- Language: JavaScript
- Homepage: https://insomnia.kickass.website
- Size: 9.34 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Insomnia The Game
[](https://travis-ci.org/capJavert/insomnia-the-game)
## Story driven platformer
### InstallYou will need nodejs and npm to install and build the game on your computer.
You can play the game online at [insomnia.kickass.website/play](https://insomnia.kickass.website/play)
```
$ git clone https://github.com/capJavert/insomnia-the-game.git
``````
$ cd insomnia-the-game/
``````
$ npm install
``````
$ npm start
```### Extra
```
$ npm run production # build and run production version with minified scripts
``````
$ npm run build # clean build
``````
$ npm test # run tests
```### Research paper
If interested there is a written paper made during the development of the game. It's in Croatian but also can be easly understood with help of some Google translate ;)
- [Game development with HTML5](https://drive.google.com/file/d/1eNDPlIuJOTF8kT32prBLt5NjABo5MIlr/view?usp=sharing)