https://github.com/katerberg/numble
A Game
https://github.com/katerberg/numble
Last synced: 2 months ago
JSON representation
A Game
- Host: GitHub
- URL: https://github.com/katerberg/numble
- Owner: katerberg
- License: agpl-3.0
- Created: 2016-04-26T03:40:06.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-08-13T03:45:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T17:32:26.774Z (4 months ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numble
A web-based arithmatic game where the player connects numbers together into valid equations. For example, pressing 1-7-3-5-1 would be valid because 17 times 3 equals 51. Similarly, 1-7-3-7-4 is valid because 1+73=74.
## Technology
This application is written in AngularJS. It is tested using Jasmine.
To run the application after installing npm, execute the following:
```
npm start
```To test the application after instal karma-cli globally, run the following:
```
karma start
```## Things to add
* Should be an indication of what formula was valid after selected
* Clicking the last-selected item should undo
* It would be nice to have more than 2 inputs e.g. 3\*3\*3=27
* Some kind of challenge mode for single player mode (levels allowing multiplication) (e.g. levels allowing multiplication)
* Sharing should allow sharing to a social service via one of [these](https://github.com/720kb/angular-socialshare) [libraries](https://github.com/djds4rce/angular-socialshare).# Known bugs
* Continuous Mode will auto-select first valid move. It should allow user to choose whether to use move or keep selecting longer string