Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embeddedt/martianmath
https://github.com/embeddedt/martianmath
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/embeddedt/martianmath
- Owner: embeddedt
- License: mit
- Created: 2020-08-09T20:43:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T17:48:10.000Z (over 2 years ago)
- Last Synced: 2024-11-06T13:56:42.497Z (about 2 months ago)
- Language: JavaScript
- Size: 4.82 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math Master
Based on Phaser 3 TypeScript Platformer Example
## How To Use
To clone and run this game, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Install dependencies
$ npm install# Start the local development server (on port 8080)
$ npm start# Ready for production?
# Build the production ready code to the /dist folder
$ npm run build
```