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

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.

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.