https://github.com/cbueth/estimate
Simple game where you got to estiMate and compare certain mathematical terms quick.
https://github.com/cbueth/estimate
Last synced: 4 months ago
JSON representation
Simple game where you got to estiMate and compare certain mathematical terms quick.
- Host: GitHub
- URL: https://github.com/cbueth/estimate
- Owner: cbueth
- License: agpl-3.0
- Created: 2019-04-05T23:09:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T19:12:33.000Z (over 5 years ago)
- Last Synced: 2025-10-12T04:28:49.769Z (8 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# estiMate
Simple game where you got to estiMate and compare certain mathematical terms quick.
## Getting Started
Clone repository recursively
```
git clone --recurse-submodules git@github.com:ChronicAdrift/estiMate.git
```
With in a virtualenv install `pyui`´s dependencies by
```
cd pyui/
pip install -r requirements.txt
```
Mac and Windows users are done here. Linux users still need to install all SDL2 libraries using their OS's package manager.