Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/embeddedt/martianmath


https://github.com/embeddedt/martianmath

Last synced: about 21 hours ago
JSON representation

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
```