https://github.com/rami-sabbagh/ludumdare-48
A LudumDare 48 entry
https://github.com/rami-sabbagh/ludumdare-48
ludum-dare ludum-dare-48 pixijs tiled-map-editor typescript
Last synced: 2 months ago
JSON representation
A LudumDare 48 entry
- Host: GitHub
- URL: https://github.com/rami-sabbagh/ludumdare-48
- Owner: Rami-Sabbagh
- Created: 2021-04-23T19:10:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T00:52:06.000Z (about 4 years ago)
- Last Synced: 2025-01-20T15:34:13.814Z (4 months ago)
- Topics: ludum-dare, ludum-dare-48, pixijs, tiled-map-editor, typescript
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LudumDare-48
## Installation
### Install yarn
```shell
npm install -g yarn
```### Install dependencies
```shell
yarn install
```