https://github.com/sirbrillig/lost-card
Long ago a sage gifted a set of magical tarot cards to the six kingdoms to be used in times of danger. But now the cards have been lost...
https://github.com/sirbrillig/lost-card
game phaser phaser3 typescript
Last synced: 2 months ago
JSON representation
Long ago a sage gifted a set of magical tarot cards to the six kingdoms to be used in times of danger. But now the cards have been lost...
- Host: GitHub
- URL: https://github.com/sirbrillig/lost-card
- Owner: sirbrillig
- License: mit
- Created: 2024-07-30T16:46:00.000Z (10 months ago)
- Default Branch: trunk
- Last Pushed: 2025-02-12T02:06:14.000Z (3 months ago)
- Last Synced: 2025-03-11T05:14:39.971Z (2 months ago)
- Topics: game, phaser, phaser3, typescript
- Language: TypeScript
- Homepage: https://sirbrillig.itch.io/lost-card
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Lost Card
Long ago a sage gifted a set of magical tarot cards to the six kingdoms to be used in times of danger. But now the cards have been lost...
This is a TypeScript game using Phaser that I made for fun. It's a pretty simple top-down metroidvania.
Learn more about it and play the game here: https://sirbrillig.itch.io/lost-card
## Development
To run this locally, run `npm install` and then `npm run dev`.
## Release
To compile a release version, run `npm run prepare-release`. That will create a file called `lost-card.zip`. Then you can upload that zip file to the itch.io site.