Showing 214 open source projects for "learning"

View related business solutions
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 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
  • 1
    This project contains a framework, built to be used in a Digital Game Design Undergraduate course. Such framework allow a better learning of object-oriented principles by first-grade students.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Dinaao Is Not An Apple One Emulator. It does however already run most apple1 software. It runs on the command line so cut and paste works perfectly. A great 65C02/Basic learning/development environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    What is the world without programmers? Without computers? Without GAMES? This project is about learning. Learning to code in a real language for a real Cause... like a full universe wide Space Battle! After all, when did we have a realistic space game?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Classic game solved with MinMax algorithm (full solution tree) and simple Heuristics. Specially for learning and teaching computer AI
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    J-Odyssey is a pseudo 1st person shooter game-demo, written in Java OpenGL bindings (JOGL). Parts of the code might be useful for learning to draw sprites and drawing a HUD overlay in JOGL, and adding windowing, controls and sound with Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RL Poker is a study project Java implementation of an e-soft on-policy Monte Carlo Texas Hold'em poker reinforcement learning algoritm with a feedforward neural network and backpropagation. It provides a graphical interface to monitor game rounds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    simple object-oriented library for creation and manipulation of 2D images in PHP. project used for learning Object Oriented concepts at high-school level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EtherStrategy is a space-based strategy and simulation game that implements: a fully 3D universe; realistic physics; complex social, civic, and technological aspects of governance; advanced, learning artificial intelligences; and hopefully great funitude
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CatBot is a simple, HTML/PHP/MySQL based chatterbot that's easy to set up and use. He comes equipped with a few commands, as well as a basic "learning" ability. With some moderate tweaking, he could make a very nice browser-based helpdesk assistant.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    The aim of this learning project is to develop a 3D terrain editor and especially a garden one with a real time viewer. The challenge is to succeed to make the 3D engine and the GUI during 1 working month.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ...It's based off the UT2K4RPG Mod. All player data is saved into a SQLite Database. CSS:RPG is open source so that it can be ported to other Half-Life 2 mods or for learning HL2 plugin coding.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    ele (enCore Learning Environment) is a moo- and web-based environment (server, db, GUI) designed for educational purposes. It aids and promotes online learning and community building through open standards and ease of use. http://encore-consortium.org/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Turn based Java space strategy game. This consists of a variety of settings, scenarios, and ship types to allow plenty of tactics in play against humans or an AI. It is currently a learning project, but may develop into a stable game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Programming is an art and a drive of adrenaline. Lets teach the art of programming in a game way. This is a game of analogies for learning C. You can say "I Played cgame and learnt C".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GALAXIAN style videogame network playable. A good example for learning SDL/OpenGL in Object Pascal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Pong game. Useful for learning how to program graphics in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Shadow Pong is a clone of the classic Pong game, written in C/C++ with the help of the SDL libraries (SDL and SDL_image). It is a very simple program but it can still be fun none the less. It was written more as a learning tool, rather than a good game,
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    An object-oriented platform and algorithms for the game of GO. Aims: 1) A capable engine that can learn through experience. 2) A re-usable algorithmic framework for rapid development of new GO-playing engines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ...This game is played like the game known as Concentration, Memory or Match. There are multiple levels, a highscore, and soundtrack. This game might be helpful to someone learning Python and pyGame
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A Clone of Darkwood, an old mac game. Graywood will be a text based rpg where you grind monsters, get treasure, and level up. It will be written in C++ as a learning experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    AutoREALM

    Vector based drawing software designed for RPGs

    ...Some attempts to rewrite it in other languages were done, but currently (since January 2012) there is an attempt or rewrite using those technologies: _ C++11 _ wxWidgets 2.9 (will be 3.0 when it will be released) _ openGL _ pluma framework (a fixed version located on bitbucket) The design of the actual C++ code-base primarily targets clean source code and high modularity of source code, to allow easy reuse of the code and fast learning for people who might join the effort. Current development is located on https://bitbucket.org/bmorel/autorealm . Howerver, older repositories are still here in case someone would like to consult them, and to allow easy access to algorithms they might contain.
    Downloads: 48 This Week
    Last Update:
    See Project
  • 22
    General purpose agents using reinforcement learning. Combines radial basis functions, temporal difference learning, planning, uncertainty estimations, and curiosity. Intended to be an out-of-the-box solution for roboticists and game developers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Multiplayer Java Chess Application. Has move help option for new players learning to play the game, IM, chatroom and many other features. Server handles authentication, user registration and player statistics. Check it out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A race car simulator which allows learning computer agents to compete against each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Capivar Hunter is a simple 3d shooter written in Python/OpenGL intended as a learning platform to Game Development, Python and 3d Programming. Although it should be at least somewhat funny, the main objective of it is being simple and easy to extend.
    Downloads: 0 This Week
    Last Update:
    See Project