Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gpenverne/multiplix

A simple multiplication game for children
https://github.com/gpenverne/multiplix

Last synced: 12 days ago
JSON representation

A simple multiplication game for children

Awesome Lists containing this project

README

        

# Multiplix

A simple multiplication game for children, you can try it on [multiplix.labs.gkdv.net](multiplix.labs.gkdv.net)

## Install
```bash
$ make build
$ make install
```

## Run (electron version - desktop gui)
```bash
$ make gui
```

## Serve static html ui (nginx)
```bash
$ make serve-html
```

## Generate an android APK (cordova)
```bash
$ make android
$ make build
```