https://github.com/nidup/vasco
Endless exploration game - Akeneo Game Jam #2
https://github.com/nidup/vasco
game-jam map-generation phaserjs typescript
Last synced: 2 months ago
JSON representation
Endless exploration game - Akeneo Game Jam #2
- Host: GitHub
- URL: https://github.com/nidup/vasco
- Owner: nidup
- License: mit
- Created: 2016-09-24T08:55:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T08:38:34.000Z (about 7 years ago)
- Last Synced: 2025-01-16T09:08:50.358Z (4 months ago)
- Topics: game-jam, map-generation, phaserjs, typescript
- Language: JavaScript
- Homepage: https://nidup.itch.io/vasco
- Size: 2.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vasco
Small endless exploration game rushly developed #uglyCodeAndBugsInside with Typescript + Phaser JS for the Akeneo Game Jam #2.


# Demo
You can [play the demo here](https://nidup.itch.io/vasco)
The state of the project is more a POC regarding map generation than a playable game.
The demo is deployed on the `gh-pages` branch versionning the `build/bundles.js` file (npm run build to update).
# 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 Daniel Cook for the remastered Art Work of Tyrian http://www.lostgarden.com/2007/04/free-game-graphics-tyrian-ships-and.html
Thx @Chmood for the inspiration for ground map generator and related tileset https://github.com/Chmood/shmup