https://github.com/runningdeveloper/ldjam42
LDJAM42 entry, not great but posting anyway
https://github.com/runningdeveloper/ldjam42
Last synced: 5 days ago
JSON representation
LDJAM42 entry, not great but posting anyway
- Host: GitHub
- URL: https://github.com/runningdeveloper/ldjam42
- Owner: runningdeveloper
- Created: 2018-08-13T21:32:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T09:16:57.000Z (over 3 years ago)
- Last Synced: 2025-12-06T12:55:11.125Z (6 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Launch LDJAM 42
## What
Decided to try enter the [Ludum Dare](https://ldjam.com/) game jam. Here is my entry.
Didn't quite get done what I wanted. But learnt some new Phaser js skills.
Couldn't upload my entry, because the ldjam website seemed to be struggling with load. Should do it earlier next time.
## Play
A simple game where you try launch some satellites. The more you launch the more the space runs out. I really wish I could get more done.
[game](https://runningdeveloper.github.io/ldjam42/dist/index.html)
## Other
- Wanted to see how [parceljs](https://parceljs.org/) works
### Helpful links for next time
- [Notes on phaser 3](https://rexrainbow.github.io/phaser3-rex-notes/docs/site/index.html)
- [Examples phaser 3](http://labs.phaser.io/index.html)
- [Class files](https://photonstorm.github.io/phaser3-docs/index.html)
- [es6 phaser 3 tutorial](http://codetuto.com/2018/02/getting-started-phaser-3-es6-create-boomdots-game/)