Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aborg-dev/ld47
Ludum Dare 47 game
https://github.com/aborg-dev/ld47
Last synced: about 1 month ago
JSON representation
Ludum Dare 47 game
- Host: GitHub
- URL: https://github.com/aborg-dev/ld47
- Owner: aborg-dev
- License: mit
- Created: 2020-09-29T17:26:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T23:30:58.000Z (about 4 years ago)
- Last Synced: 2024-10-14T19:10:23.708Z (3 months ago)
- Language: TypeScript
- Size: 78.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Phaser3 TypeScript game template
## Quickstart
1. Install npm dependencies
```
npm install
```2. Run the game!
```
npm run dev
```