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

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

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