Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nidup/underpants-gnomes
Small platformer - Akeneo Game Jam #3
https://github.com/nidup/underpants-gnomes
game-jam phaserjs platform-game typescript
Last synced: 7 days ago
JSON representation
Small platformer - Akeneo Game Jam #3
- Host: GitHub
- URL: https://github.com/nidup/underpants-gnomes
- Owner: nidup
- License: mit
- Created: 2017-03-04T11:14:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T08:29:28.000Z (over 6 years ago)
- Last Synced: 2024-11-15T20:42:20.334Z (2 months ago)
- Topics: game-jam, phaserjs, platform-game, typescript
- Language: JavaScript
- Homepage: https://nidup.itch.io/underpants-gnomes
- Size: 1.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Underpants Gnomes
Small platformer game rushly developed #uglyCodeAndBugsInside with Typescript + Phaser JS for the Akeneo Game Jam #3.
![Image of GameJam](doc/game-jam-3.jpg)
# Demo
You can [play the demo here](https://nidup.itch.io/underpants-gnomes)
# Screenshots
![Image of GameJam](doc/gnome-night.png)
![Image of GameJam](doc/gnome-day.png)
# Getting Started
### Pre-requisites
You need to have `node` and `npm` installed
### Dependencies
To install dependencies, run:
```
npm install
```This will install all required local dependencies
### Building the project
To build project you can use:
```
npm run build
```### Running in dev mode:
```
npm run dev
```# Artwork and special thanks
Thx @grena for the Game Jam org!
Thx @wlk for the following boilerplate https://github.com/wlk/phaser-typescript-boilerplate
Thx Buch for the Art Work http://opengameart.org/content/a-platformer-in-the-forest
Thx Puddin for the Art Work http://opengameart.org/content/rotating-coin
Thx Trey Parker & Matt Stone for the original Underpants Gnome idea https://en.wikipedia.org/wiki/Gnomes_(South_Park)