Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JesseRWeigel/battlemath

A basic math game for children
https://github.com/JesseRWeigel/battlemath

cypress-io hacktoberfest javascript reactjs

Last synced: 2 months ago
JSON representation

A basic math game for children

Awesome Lists containing this project

README

        

# BattleMath

A simple browser based game that helps children learn the four basic fundamentals of math

- Subtraction
- Addition
- Multiplication
- Division

Children will be tested on their skills with added difficulties and decimals.
The game will consists of difficulties ranging from easy to hard

| Difficulty | Description |
| --- | --- |
| Easy | Contains digits ranging from 1-9 |
| Medium | Contains digits ranging from 10-99 |
| Hard | Contains digits rannging from 100-999 |

The standard gameplay will consists of an answer of a whole number. However, if the children wanted to add more complicated calculations, they can choose to change the mode a "Decimal", which is rounded to two decimal places.

### Built With

- [React](https://reactjs.org/)
- [Cypress](https://www.cypress.io/)
- [Yarn](https://yarnpkg.com/)

## Quick Start

```sh
git clone [email protected]:JesseRWeigel/battlemath.git
```

```sh
cd battlemath

yarn install

yarn start
```

### Publish

```sh
npm run build
```

### Roadmap

- [x] Simple UI with Additions, Substract, Multiplication, Divide questions.
- [x] Background music
- [x] Deploy to github pages
- [ ] Point System
- [x] Character Arts enemies