Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`