Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petercollingridge/slay-the-spire-like
A card game like Slay the Spire, incorporating maths challenges
https://github.com/petercollingridge/slay-the-spire-like
Last synced: 5 days ago
JSON representation
A card game like Slay the Spire, incorporating maths challenges
- Host: GitHub
- URL: https://github.com/petercollingridge/slay-the-spire-like
- Owner: petercollingridge
- Created: 2023-12-17T21:59:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T17:34:14.000Z (8 months ago)
- Last Synced: 2024-12-30T17:43:28.005Z (25 days ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slay-the-spire-like
A card game like Slay the Spire, incorporating maths challenges.Inspired by [this tutorial](https://www.youtube.com/playlist?list=PL6SABXRSlpH8CD71L7zye311cp9R4JazJ) that uses Godot.
I'm using this as a way to learn [Phaser.js](https://phaser.io/).
Run by viewing index.html in a browser or use a server, e.g. [http-server](https://www.npmjs.com/package/http-server).
To run http-server, run `http-server .`
To run a python server: `python3 -m http.server 8080`