Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gpenverne/multiplix
- Owner: gpenverne
- Created: 2020-02-09T09:49:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:53:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T03:09:27.458Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://gkdv.net/angularjs-multiplication-game-for-children/
- Size: 4.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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
```