Showing 23 open source projects for "run game"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 1
    PySC2

    PySC2

    StarCraft II learning environment

    PySC2 is DeepMind's Python component of the StarCraft II Learning Environment (SC2LE). It exposes Blizzard Entertainment's StarCraft II Machine Learning API as a Python RL Environment. This is a collaboration between DeepMind and Blizzard to develop StarCraft II into a rich environment for RL research. PySC2 provides an interface for RL agents to interact with StarCraft 2, getting observations and sending actions. The easiest way to get PySC2 is to use pip. That will install the pysc2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PLEASE NOTE: There is a complete installer available if you do not have CVI installed. If you do have it, you can simply download the source files and run them. The following program was built as a final evaluation project for Programming for Mechatronics Course for my BSc. in Mechanical Engineering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    WideW - WebIDEWeb

    WideW - WebIDEWeb

    Web IDE in single HTML file

    IDE written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the widew.html file in the last lines. * Widew use CodeMirror components in code editor. URLs: https://soluc.org/widew https://widew.sourceforge.io
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Learn and Play

    XML-based framework for developing games

    XML-based framework for developing games in (ActionScript 2.0, discontinued) HTML5 Phaser.io's engine It'd been thought to develope a project with a great amount of games on drag&drop, painting, typing, hunting, puzzles.There's no need to write the same code to similar games! Just write some XML lines (check samples) and one JavaScript instruction to run your game. NOTE: some browsers security policies do not allow to run samples locally. If this occurs, try to publish on a web site
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    internet-control

    internet-control

    Control how long your childs computer is connected to the internet

    internet-control is a very special implementation of parental control. It allows the child to be productive at the computer while lowering the danger of addiction to a minimum. Instead of restricting the time the computer may be used, it allows parents to restrict the time the computer may be connected to the internet. This way the child is still able to do its homework at the computer, but the danger of addiction to a game or social media application is minimised - the unpredictabillity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DeepMind Lab

    DeepMind Lab

    A customizable 3D platform for agent-based AI research

    .... To enable compiler optimizations, pass the flag --compilation_mode=opt, or -c opt for short, to each bazel build, bazel test and bazel run command. The flag is omitted from the examples here for brevity, but it should be used for real training and evaluation where performance matters. DeepMind Lab ships with an example random agent in python/random_agent.py which can be used as a starting point for implementing a learning agent.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Dopamine

    Dopamine

    Framework for prototyping of reinforcement learning algorithms

    Dopamine is a research framework for fast prototyping of reinforcement learning algorithms. It aims to fill the need for a small, easily grokked codebase in which users can freely experiment with wild ideas (speculative research). This first version focuses on supporting the state-of-the-art, single-GPU Rainbow agent (Hessel et al., 2018) applied to Atari 2600 game-playing (Bellemare et al., 2013). Specifically, our Rainbow agent implements the three components identified as most important...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bridge Designer and Contest

    Bridge Designer and Contest

    A national virtual bridge engineering contest for kids of all ages.

    **Unfortunately, the Bridge Contest is no longer operational. We hope the code base will be of use to others with similar projects in mind.** A national virtual bridge engineering contest with prizes for middle and high school kids, grades 6 to 12, but anyone can enter for fun. Based on the award-wining Bridge Designer client software, now open source through this project. Web site infrastructure supports worldwide participation in qualifying and semifinal rounds with a tiny...
    Leader badge
    Downloads: 2,775 This Week
    Last Update:
    See Project
  • 9

    MatrixGame

    An environment to develop games based on a rectangular board

    MatrixGame is a development tool designed to quickly produce video games based on a rectangular board. A new game must be described as a new Java class extending the class Game that is enabled to use an interactive environment. For some examples please run the jar file after the download. A little menu opens letting you run all the developed games. Sources are inside the jar file that can be opened as a normal zip file. In the apk file you can find a partial Android porting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    Pairfx

    Pairfx

    Chess pairing program for run through and round robin tournaments

    PairFX is a chess pairing program specialized for youth tournaments in schools and chess clubs . No installation required! Just Unzip it and go! (You can run any kind of tournament with it actually but it was written for chess in schools) It supports the organization of a so-called 'run through' tournament and round robin (everybody against everybody) tournaments Swiss pairings are not (yet) possible. Are you a chess teacher at school, or organize a separate tournament...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AlgoTaurus

    AlgoTaurus

    An educational game to teach programming.

    Write a program to make the AlgoTaurus find the exit. Installation: On Windows -Download the installer -After installation you can run AlgoTaurus from the Start menu. On Linux -Download the source files -Extract archive -Open terminal in the directory you have copied the files to and type 'python algotaurus.py' Use and discuss AlgoTaurus: Some tasks to solve and discuss: Write a program to find the exit. What does the program do? Try to describe/explain it in a higher level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Open-Driving-3D

    A free driving simulator.

    Open-Driving-3D is a driving simulator that I'm making in python with panda3d. I plan to at some point add AI traffic. Its fairly simple right now, but its only on version 0.05. The reason I wanted to create a driving sim was because there don't seem to be enough free ones. You need the Panda3d game engine to run this program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ASCII Scrabble

    ASCII Scrabble

    Scrabble game (English) for console, braille friendly

    ASCII console-based Scrabble game. Simplified version of TuxWordSmith to run in XTerm, DOS or other console. Compatible with braille consoles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kids Games: We Sow Light

    Kids Games: We Sow Light

    Kids Games in Flash

    Using something I've made? http://www.arrall.com Please, consider contributing in some way to any app I'm working on. Free kids games in a coding language you can freely acquire and create with. The version at http://www.wesowlight.com/ partially works. Tested to run on android 4.0.3 and 4.1 (after googling and installing flash player) You have to twist, poke, and guess your way into full screen mode, but it does seem to work. If it appears to consume your entire screen, touch the bottom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sudoku MC

    Sudoku MC

    Sudoku solver based on the initial work of Michael Kennett

    ...  . | .   .  . | . . . .   .  . | 2 1  . | . . . .   .  . | .   .  . | 2 1 . -------+-------+------- .   .  . | .   .  . | . . . .   . 2 | .   . 1 | . . . .   . 1 | .   . 2 | . . . - Contains a default template, so it can run on it's own, without any additional external file. - The embedded template can be saved to disk. It will be used if specified as an input argument, or just exists in the working directory, so you still can customize.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Penney Ante

    Penney Ante

    It explains a phenomenon of a coin tossing game called Penney Ante

    A university project explaining a phenomenon of a coin tossing game called Penney Ante. Penney Ante is a coin tossing game invented in 1969 by a mathematician called Walter Penney. It is played by two players. Each player selects a pattern of three heads and tails. The two patterns must be different. The players then flip a fair coin repeatedly until one of the patterns appears. The winner is a person whose pattern appears first. Although initially the game appears to be fair...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    wxArithmetic

    wxArithmetic

    Simple arithmetic game

    **Beta version binaries are up:** *Windows:* Just unpack the archive and run the exe. *Linux:* Download and run the binary. If it doesn't run, execute "chmod +x wxArithmetic_32bit_linuxTestBinary" and run again. Trouble getting your mind up to speed in the morning? Does every morning at the office seem like monday morning? Calculate 100 arithmetic operations in the morning to warm up for the day. wxArithmetic is a simple arithmetic practice game. It generates random operations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    This is a Robot simulation game that allows you to write a robot in any language you might want. The robot communicates with the game using the internet and up to 32 robots can be run at a time. WARNING: The current version is not complete!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The project is to make a site with a program to learn chess for children of 6-12 years old. The program wil run in an applet and linked to a MYSQL database. Hans Nuijen is the creator of the method how to learn the game playful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GridRover is a simple game that can be played either by a human or a program. The object of the game is to gather items from a planetary surface to get as high a score as possible before batteries run out. Helps teach program design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A game for Toddlers (ages 1-4) that teaches letter and number sounds and has other basic educational items. This is written in C# using SDL. It is being written on Linux, but should run on anything that has Mono (or .NET) and SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Route 678 is a game to teach geography to kids of ages 9-12. The game is supposed to be free and should run on most recent operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next