Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (6 months ago)
- Default Branch: trunk
- Last Pushed: 2024-12-28T20:02:02.000Z (about 1 month ago)
- Last Synced: 2025-01-18T22:30:19.504Z (14 days ago)
- Topics: game, phaser, phaser3, typescript
- Language: TypeScript
- Homepage: https://sirbrillig.itch.io/lost-card
- Size: 21.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.