Showing 33 open source projects for "game math"

View related business solutions
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • Secure Online Fax and Business Text Messaging Service Icon
    Secure Online Fax and Business Text Messaging Service

    Elevate your business communications with Notifyre's secure SMS and fax solutions.

    Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
  • 1
    Handmade Math

    Handmade Math

    A simple math library for games and computer graphics

    A single-file, cross-platform, public domain game math library for C/C++. Fully inlined HandmadeMath.h. No need for HANDMADE_MATH_IMPLEMENTATION anymore. Added extra parentheses around some macros. Renamed the 'Rows' member of hmm_mat4 to 'Columns'. Since our matrices are column-major, this should have been named 'Columns' from the start. 'Rows' is still present, but has been deprecated. Added array subscript operators for vector and matrix types in C++. This is provided as a convenience...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MonoGame

    MonoGame

    One framework for creating powerful cross-platform games

    One framework for creating powerful cross-platform games. The spiritual successor to XNA with thousands of titles shipped across desktop, mobile, and console platforms. MonoGame is a fully managed .NET open source game framework without any black boxes. Create, develop and distribute your games your way. By leveraging C# and other .NET languages on Microsoft and Mono platforms you can write modern, fast, and reliable game code. We currently support iOS, Android, MacOS, Linux, all Windows...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    OpenTK

    OpenTK

    The Open Toolkit library is a fast, low-level C# wrapper for OpenGL

    The Open Toolkit is set of fast, portable, low-level C# bindings for OpenGL, OpenGL ES, OpenAL, and OpenCL. It runs on all major platforms and powers hundreds of apps, games, and scientific research programs. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling. OpenTK is not a game engine, nor does it try to be one: It offers a useful set of tools and lets you decide how to use them. It is the ideal starting point if you...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Android Math Challenge

    Android Math Challenge

    This simple android game allows people to test their math skills.

    This simple and fun math knowledge game has a variety of difficulty and timer options. This allows you to test you addition, subtraction, multiplication and division skills, with increasingly difficult questions as you proceed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 5
    Dimension Balls

    Dimension Balls

    A public domain cross platform 3D game

    ... for me, and the math used is tested until it works for the game. After using the science math by the book, there were still flaws that could make the player get stuck under certain conditions (since floating point is not exact), and the workarounds for this are just my own ideas. Have looked at the code for other 3D games and there are mostly the same problems around collision detection and "hacks" to get it to "work".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    physicsmata

    API for all possible cellular automata that work same at all angles

    Its strange how the "sorted pointers" normalizing makes just about any random function, as long as it connects the inputs to the outputs on some path, vibrate as some nonlinear shape of wave. This could be used as a game interface for evolvable musical instruments or fluid puzzle games. Physicsmata is similar in effect to SmoothLife but simpler and pure Java. The cellular automata API takes a function to run at each point. Its parameters are sums of screen brightness (n color dimensions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AP3/3SUM

    AP3/3SUM

    Multimedia asset management and manipulator for Étoilé

    3SUM aims to provide a powerful 2 to 3D programmable environment that allow editing several kind of contents and linking the relationships among Objective-C type. 3SUM sits on the top of AP3 framework which consit of 3D screen graph Objective-C API, C++ geometry math classes, basic mesh implementations, raster compositor and thread managements. AP3 also have a few foundation classes for data manipulation purpose, such as AAObject root which allows tagging object with selector-keyed arbitrarily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MathQuizGame

    MathQuizGame

    A math flashcard-like game

    Practice math by adding, subtracting, or multiplying randomly generated numbers. To view the source code of the project, go to https://github.com/tenny1028/Math-Quiz-Game
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 10
    InfinityTK

    InfinityTK

    Game development toolkit

    InfinityTK was created with the purpose of aiding myself in the development of my own game engine. I chose to create this library/toolkit because I felt like other alternatives were either too much or not fitting (SDL, SFML, GTK+, Qt) Please download the debug *.tar.gz so you can easily identify bugs I really need feedback; so guize plz, go to the discussions page or create a ticket to let me know what you hate/dislike/despise/love
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenShred

    OpenShred

    An open source skateboard games engine written in C# and .NET.

    A two-tiered project, building a skateboarding games engine on top of a platform abstraction layer and math library called Flake, intended to play a similar role to XNA but designed differently. The games design is to focus on the feeling of speed and momentum rather than technical details or elaborate tricks. Built on C#/.NET/Mono with full open source and exporters for Blender, OpenShred is designed to be modified to make it your game too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Conquista d'agua (pt-BR)

    easy portuguese game about water and maths.

    a short game with shell script and SDL in portuguese. This game see if you can answer questions about water and math. it's very easy. This game is outdated and will be deleted in 2014. Esse jogo testa seus conhecimentos gerais sobre água e matematica, é muito repetitivo e facil. -- TO BE DELETED
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mathwars Risk

    Mathwars Risk

    Conquer the world and train your math skills

    MathWars (mathwars-risk) is an educational game based on R.I.S.K. You must defend and conquer new territories to defeat your oponents. In this case, though, you must do it by solving quickly simple math problems involving addition, subtraction, multiplication and division. NOTE: This project WILL NOT receive updates for a long time; I need time and the project should be entirely redesigned. Fell free to contact me for further information and/or new ideas for the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    terminalmath

    terminalmath

    A talking math practice game.

    terminalmath is a textmode math practice game for school-level children. Its main distinguishing feature is that it talks via the eSpeak text-to-speech engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mialib

    a realtime graphics library

    mialib is a core library for game development and interactive graphics research, this has utility modules and defines a framework for developing graphical applications like games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    irrBullet
    IrrBullet is the most powerful open-source physics wrapper and extension library available for the Irrlicht rendering engine. IrrBullet has a unique design and goal that isn't attempted in other physics wrappers. Whether you are a proficient C++ software developer or someone new to game development, IrrBullet has what you need to make your game or simulation's physics outstanding, and in a much more timely manner than learning and applying the math, design principles, and skills required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lambda Engine

    Lambda Engine

    The Lambda-Engine is a cross platform game engine.

    The Lambda-Engine is a cross platform game engine written in C++. It simplifies core tasks, such as rendering/graphics, sound, physics, math, scene and resource management. It is still *far* from finished, but I am working on it :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    "Tux, of Math Command" is a math drill game starring Tux, the Linux Penguin. Lessons are included from simple number typing through addition, subtraction, multiplication, and division of positive and negative numbers. It is intended for kids ~4-10.
    Leader badge
    Downloads: 242 This Week
    Last Update:
    See Project
  • 19
    A simple terminal game ,where players create math functions with random or turn based varibles and a lot of maths operators.With a lot of game types in witch player must use both math knowledge and logic to achive victory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mathgam
    Mathgam is simple mathematical game aimed for children from 4 to 12 years and anybody who wonts to improve his basic math skills. It supports double player on single computer. Made for .NET/Mono. Have a fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A kids game that has addition, subtraction, multiplication, division, where balloons fly across the screen and the user has to shoot the balloon that has the correct answer on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A text based multi player game for Dr. Math on MXit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An Open Source drinking game -- perfect for parties! The game will randomly pick out persons to drink random amounts and can include simple math problems! Go to the detailed description to read more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Yaha! is a math game where players compete to calculate with four numbers so that the result equals to twenty-four (24).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Math game where up to 4 students can play online against each other. By moving their figurines around a colorful pseudo 3D board, players answer math questions and can play tricks against their opponents. Client and server distributed under Affero GPL 1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next