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

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

Awesome Lists containing this project

README

          

# Insomnia The Game

[![Build Status](https://travis-ci.org/capJavert/insomnia-the-game.svg?branch=master)](https://travis-ci.org/capJavert/insomnia-the-game)

## Story driven platformer
### Install

You 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)