https://github.com/hxtree/mathmonster
a simple math game designed by Father and Daughter one night before bed.
https://github.com/hxtree/mathmonster
Last synced: about 2 months ago
JSON representation
a simple math game designed by Father and Daughter one night before bed.
- Host: GitHub
- URL: https://github.com/hxtree/mathmonster
- Owner: hxtree
- Created: 2021-10-02T04:22:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T02:37:59.000Z (over 3 years ago)
- Last Synced: 2025-02-12T10:34:51.028Z (3 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MathMonster
A simple math game designed by Father and Daughter one night before bed.
```
php test.php
___ ___ ___ _____ _ _ ___ ________ _ _ _____ _____ ___________
| \/ | / _ \_ _| | | || \/ | _ | \ | |/ ___|_ _| ___| ___ \
| . . |/ /_\ \| | | |_| || . . | | | | \| |\ `--. | | | |__ | |_/ /
| |\/| || _ || | | _ || |\/| | | | | . ` | `--. \ | | | __|| /
| | | || | | || | | | | || | | \ \_/ / |\ |/\__/ / | | | |___| |\ \
\_| |_/\_| |_/\_/ \_| |_/\_| |_/\___/\_| \_/\____/ \_/ \____/\_| \_|_,\,\,\|\|\|\|\|\|\|\/-\___.._
__,-' () .\
/ __/---\___ ---/ 70
| / \ \___________/\ \__\
| | \ \ \
| | / | \__/_
| | | \/_ /\
|| \--\
||
\_______
\-------\____A) 18
B) 49
C) 84
D) 40
E) 30
What numbers equal total?D E
You Win!!!!
```
## Basic Usage
```
git clone https://github.com/hxtree/mathmonster.git
docker build --target test --tag mathmonster:latest -f Dockerfile .
docker run -it --mount type=bind,source="$(pwd)"/,target=/application/ mathmonster:latest php public/index.php