Giter VIP home page Giter VIP logo

estimate's Introduction

estiMate

Simple game where you got to estiMate and compare certain mathematical terms quick.

Getting Started

Clone repository recursively

git clone --recurse-submodules [email protected]: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.

estimate's People

Contributors

cbueth avatar

estimate's Issues

User Interface [mainUI]

Main Window.
Interface for interaction with the user.
Something written in C++

  • Window is connected with game Logic somehow mainUI(gameFlow gf, bool inftyYN)
  • Showing both terms setExpr(char[] latexA, char[] latexB)
  • Buttons <,>,=, +-infty
  • Timer
  • Score
  • Stop Game

Menu Window

Menu Window that opens when starting the game.

  • Play Button and difficulty selection
  • Settings Button
  • Title
  • Copyright
  • Exit Button

More Expressions

Research and catalog more mathematical expressions
Constants, Sums, Integrals, Products

Creating Class answer

A Class for saving and comparing an answer

  • less than, greater than
  • equals
  • term a &/ term b is +/- infinity
  • compare(answer a, answer b)

Outsourcing of Mathematical Expressions

File in form of a table that holds non-trivial-Expressions,
their somewhat accurate (as relevant for the game) value
and an indicator for their difficulty (e.g. orientating on the school grade)

History of played Inequations

  • Class roundRecord
  • Keeping track of played Inequations + played answer for a round
  • and other metadata like difficulty
  • Window to view played rounds and theirstats
  • Adding these as Stats in Menu Window

Class (gameFlow) that manages the game flow

Communication between the Main Window and the Problem Generator.

gameFlow(int mode, int diffic)
spawns mainUI

  • Coordinates mainUI and gets Button Presses from there
  • Difficulty parameter
  • Game is playable with simple expressions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.