Showing 65 open source projects for "prodigy math game"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Prodigy Hack

    Prodigy Hack

    One of the best Prodigy hacks

    Prodigy Hack is a browser-based or script-driven modification tool designed to alter gameplay behavior in the Prodigy Math Game by manipulating client-side logic and data handling. It allows users to modify in-game variables such as player stats, currency, progression, and other gameplay elements through injected scripts or browser console commands.
    Downloads: 509 This Week
    Last Update:
    See Project
  • 2
    JOML

    JOML

    A Java math library for OpenGL rendering calculations

    JOML is a high-performance, lightweight math library designed for 3D graphics applications in Java, particularly those using OpenGL, Vulkan, or LWJGL. It provides a complete suite of vector, matrix, quaternion, and geometry operations essential for real-time graphics and game development. Unlike other math libraries, JOML avoids object allocation during calculations, making it highly optimized for garbage-free performance.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    HLSL++

    HLSL++

    Math library using HLSL syntax with multiplatform SIMD support

    HLSL++ is a header-only C++ math library designed to replicate the syntax and functionality of the HLSL shading language, making it easier for developers to write CPU-side code that mirrors GPU shader logic. It provides vector, matrix, and math operations with a syntax identical or very similar to HLSL, allowing seamless transition between shader code and application code.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    VoxelCore

    VoxelCore

    Voxel game engine in C++ with OpenGL

    VoxelEngine-Cpp is a minimal voxel engine written in modern C++ using OpenGL, GLFW, and GLM, inspired by Minecraft-style block worlds. It offers a clean foundation for learning and experimenting with voxel-based rendering and world generation. With features like chunk loading, perlin noise terrain generation, and basic lighting, the engine is a perfect starting point for developers who want to create sandbox games or explore the technical aspects of 3D voxel environments.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    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 want to write a game or scientific application from the ground up. The OpenGL specification specifies exactly what the result/output of each function should be and how it should perform. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    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: 35 This Week
    Last Update:
    See Project
  • 7
    Kubok16

    Kubok16

    Kubok16 is a math puzzle similar to Sudoku.

    ...This program includes several games to solve. The program can be used to create new games. The program can solve solutions to any Kubok16 game no matter how difficult. The program tests every possible combination. Source code Visual Studio C# form program. If you are interested in math, try my "Surface Explorer 3D" program: https://sourceforge.net/projects/surfx3d/ V2.0 Sept 26, 2024 1) added user manual 2) more error testing 3) generate game 1 solution only
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    BIG-bench

    BIG-bench

    Beyond the Imitation Game collaborative benchmark for measuring

    BIG-bench (Beyond the Imitation Game Benchmark) is a large, collaborative benchmark suite designed to probe the capabilities and limitations of large language models across hundreds of diverse tasks. Rather than focusing on a single metric or domain, it aggregates many hand-authored tasks that test reasoning, commonsense, math, linguistics, ethics, and creativity. Tasks are intentionally heterogeneous: some are multiple-choice with exact scoring, others are free-form generation judged by model-based or human evaluation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ten-game

    Ten is a fun math puzzle game for all ages.

    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    QScript

    QScript

    Expression and algorithm evaluator (built with Java)

    V2.1.1 compatible with Processing 2 & 3. A powerful yet simple to use scripting language that can be used to evaluate expressions and simple algorithms. In fact it is the only evaluator I know that supports complex numbers and vectors without the need for additional configuration. The emphasis is on simplicity and extensibility and the website provides detailed guides to help you get the most of QScript. It supports variables, selection (IF-THEN-ELSE) and repetition (WHILE-WEND and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    rayshade-mathematica

    rayshade-mathematica

    rayshade and POV for Mathematica Export + view

    Beautifully Render* your Graphic3D and Shown or Manipulate right in the Front End (without Export to, ie 3DStudio Art Renderer, et al). For use with Mathematica 4.0 - 13.1. Makes file.ray or .pov that will look much like image in notebook except rendered. Works easily/automatically with many Graphics3D (and some Graphic) as well. However graphics in 13.1 is too big to comment on: many will work many not. Has many options to fix renders that aren't so auto. Now very portable...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This is a game of business management. Operate a movie theater, hire & promote employees, buy movies and sell tickets, make extra cash with concessions and coin op arcade games in your lobby. All math variables editable by the user in 1 config file.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Super Math Man DEMO

    Super Math Man DEMO

    Arcade style educational game that teaches students how to count money

    This program offers a quick fun way for students to learn how to count money. The mini games are reminiscent of old school arcade games. The game was developed by a veteran teacher with a Masters degree in Education. Play the FREE DEMO first. If you like the game and it runs well on your PC, try the FULL version. The FREE DEMO includes 2 complete penny games. The FULL version includes penny, nickle, dime and quarter games. More information available here: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    mathwar

    mathwar

    Simple "flash-card" type math game for kids

    A flash card game designed to teach simple maths. A GTK3 application that teaches kids (and adults) how to respond quickly to simple math problems in addition, subtraction, and multiplicaion using flash cards and timers. It includes a Computer player, where the player gets to decide if the Computer is right or not.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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
  • 17

    Serenity RPG spreadsheet tool

    Onging Project for Serenity RPG

    Serenity is an out of print game develped in 2004 and since has very few players. However, I noticed that 90% of all work on the internet for existing ship descriptions for the game are completely wrong.This project began as a way to incorporate all the math involved into one ship generation sheet and has now progressed into charcter sheet generation, collections of data sets and basic error checking throughout the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MathFu

    MathFu

    C++ math library developed primarily for games focused on simplicity

    MathFu is a small, header-only C++ math library optimized for games and real-time graphics on mobile and desktop. It provides fixed-size vector, matrix, and quaternion types with APIs that mirror the operations you actually use in inner loops—dot, cross, normalize, transforms, and projections. Implementations are carefully tuned to leverage SIMD instruction sets such as SSE and NEON while preserving a clean fallback path for portability. Because types are fixed at compile time, the compiler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MaxLandLib

    Collision libary math for 3D real time appliance non specific.

    This is posting of the binary reverse engineered to c++ code that I lost originals of with a hard drive complication it is for game collision meant to be robustly real time full map applied with out predefined I'm posting so I can maybe hopes of control saved reach the original nearest I may of the reverse engineered results. In hope in compilation of a final return the way my brain can grasp and project compile like it again working order 100% same intrinsic..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dimension Balls

    Dimension Balls

    A public domain cross platform 3D game

    ...Some of the code is left in an unfinished/testing state. This game was a learning experiment 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: 2 This Week
    Last Update:
    See Project
  • 21

    Econball

    Equation of stock trading simplified to game of moving resizing balls

    ...Just change from one equal valued type to the other, and the total of all the A's and all the B's are scaled instantly to be the same amounts. Those who change to the majority side lose, and those who change to the minority side win, since it is scaled to the average. Its the same math as Matching Pennies and Odds And Evens game which are Rock Paper Scissors with 2 choices instead of 3 (buy vs sell). You see this in the size of balls changing depending where they move. Think of it as a 2d seesaw surface that never tilts because the masses of balls are adjusted to always balance. This is the early start of a game based on that econ theory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Joint Strike Force

    Joint Strike Force

    A prototype flight simulator with several dog-fighting scenarios.

    Flight simulator with emphasis on dog fighting in modern jet fighters exploring several "instant action" what-if scenarios including a random scenario generator. Uses a simple keyboard interface to control pitch yaw and rotation and yields several surprising camera angles. Game engine based on pygame+PyGGEL library. Game library combines some modules inspired by open source pygame projects: PyGGEL Robosim, GalaxyMage, 3D math tests, etc. left, right arrows: roll left/right up, down arrows: pitch up/down [ ]: yaw left,right j,k: yaw left,right + level out left click: shoots gun b: bomb m: missile +: increase throttle -: decrease throttle F1-F4: toggle individual panels F12: turn off panels + cockpit overlay Space: toggle forward/aft views Enter: take screenshot
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    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 are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DiamondQuest

    DiamondQuest

    Answer math problems to dig down and find buried treasure.

    DiamondQuest is built in the tradition of command-line games like Nethack. In this, you answer math problems to dig down, and you find various buried treasures. Can you beat your high score? This game was built by Jason McDonald for a very special friend, but you can enjoy it too!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jungle Math

    Jungle Math

    A mathematical skill testing game specially for the kids.

    JUNGLE MATH Description: Jungle Math is a mathematical skill testing game specially for the kids. It's an educational software meant for all 32 bit and 64 bit Windows operating systems. Game instruction: Choose your level, solve the problem held by the girl and write the answer in the text box before she falls. You will get 1 point for solving each problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB