Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nidup/ldjam38
Exploration game - Ludum Dare #38
https://github.com/nidup/ldjam38
exploration game-jam ludumdare phaserjs typescript webgl
Last synced: 19 days ago
JSON representation
Exploration game - Ludum Dare #38
- Host: GitHub
- URL: https://github.com/nidup/ldjam38
- Owner: nidup
- License: mit
- Created: 2017-04-19T18:51:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T07:48:50.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T06:59:39.399Z (23 days ago)
- Topics: exploration, game-jam, ludumdare, phaserjs, typescript, webgl
- Language: JavaScript
- Homepage: https://grena.itch.io/pod2000
- Size: 35.7 MB
- Stars: 16
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pod2000
Exploration game built as a team, from scratch (graphics, audio and game design) for the LudumDare 38 \o/
[Here is the LDJAM submission](https://ldjam.com/events/ludum-dare/38/$23220)
# Demo
You can [play to the demo here](https://grena.itch.io/pod2000)
The demo is deployed on the `gh-pages` branch versionning the `build/bundles.js` file (npm run build to update).
# Screenshots
![Image of GameJam](doc/demo1.png)
![Image of GameJam](doc/demo2.png)
![Image of GameJam](doc/intro.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
```# Special thanks
Thx @wlk for the following boilerplate https://github.com/wlk/phaser-typescript-boilerplate