Showing 25 open source projects for "using"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    Mastermind RK

    Mastermind RK

    The classic board game "Mastermind" for various Z80 computers

    Mastermind RK is a little cross-platform game for various classic Z80-based computers, written in C using the z88dk compiler (www.z88dk.org). Your goal is to break a four-digit colour code in as few moves as possible. The compiled program is a little over 8K in size, so it usually requires the target machine to have at least 16K RAM. Currently, 83 target systems are supported, including Mattel Aquarius, Sinclair ZX80 and ZX81 (with a separate Chroma colour version), ColecoVision, various Robotron computers, Philips P2000 and VG5000, and many more. 2025-11-10: - New target supported: Commodore 128 (using the Z80 CPU)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Implements the rules of Scrabble(tm) for Android devices (and historically, for PalmOS, PocketPC and others) (For development purposes there's also a Linux client using ncurses or GTK.) Easy to port to other platforms, supports multiple languages and multi-device play via the internet, SMS, Bluetooth, and NFC. Not vaporware: one of TIME.com's top 5 PalmOS apps
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    mpchess

    mpchess

    simple chess game written in C

    ...The latest versions of the programs will be on my site: https://matei.one/. Simple chess game for people who want to play chess but don't want to take it seriously. Written in C, using SDL 1.2 or SDL 2 for graphics. Interface inspired from old chess game for ZX Spectrum. The computer searches (L+2)/2 moves ahead (assuming that a move means that both sides move a piece), where L is the difficulty level. Positions are evaluated only by adding the values of the pieces left on the board. Any factors related to where the pieces are, such as mobility, doubled pawns, isolated pawns etc. are not considered. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    It is a Chiese chess game, using GTK+-2.0. I write this for playing it with my remote friend. Not supportting one player vs computer. I hope that it is useful.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 5
    Tgo

    Tgo

    MCTS Go engine with policy simulation, UCT selection, RAVE

    Go player using Monte-Carlo method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    icsDrone

    icsdrone is an interface between a chess server and a chess engine

    ...icsdrone was originally developed for FICS (the Free Internet Chess Server) by Henrik Gram but currently ICC (the Internet Chess Club) works as well. Some features - "Daemon mode" (run in background). - Auto reconnection in case of network problems. - Builtin support for using timeseal. - An ICS proxy. When instructed via the "proxy" option, icsdrone acts as a proxy for the ICS it is connected to. This is similar to using xboard with zippy but now the "GUI" (xboard/winboard) can be closed without terminating the engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    elemines

    elemines

    EFL minesweeper

    Elemines is a clone of minesweeper using the Enlightenment Foundation Libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    yacen

    yacen

    Yet Another Chess ENgine

    ...To avoid confusion, I will rename my project soon and provide a link to the new site then. yacen is a simple chess engine with main focus on understandability of code and mechanisms rather than on pure performance. It is completely written in ANSI-C using nothing more than the standard library and thus is very portable and easy to compile on almost every platform. yacen uses the common UCI interface to communicate with any compatible GUI. NOTE: yacen is currently in pre-alpha status. This means that there is only source code available which is far from complete and thus cannot be compiled to a working binary yet. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    CP 3D Chess
    Cross-Platform 3D Chess A 3D chess game made using OpenGL and C++ Objectives: -High Quality Graphics -Proper Chess Rules -Availability of Unofficial Chess Rules -Reading Generic Chess Files -Proper A.I. for user vs. computer modes -Good GUI -Network Current Status: Chess rules exist
    Downloads: 1 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    SANKit

    Read and write PGN format and test moves for legality.

    ...This code is now reformatted to modern standards, adds support for NAG codes and comments, and has a "non-CLI" mode for inclusion in chess playing programs. The code has gone through extensive analysis using the llvm/clang compiler and reports no issues at this time. To use the code as a "framework" you would undefined "CLI". In addition, a small C++ program is included that takes as input a file of one or more PGN records, and outputs pure pristine PGN records as output. In addition to flagging errors at the move level, the program provides three boards around the move. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    SNAKE GAME FOR PC

    SNAKE GAME FOR PC

    Simple snake game with classic design

    Glut snake is a pc game for windows platform. It is very simple and compact game. It is developed in C++ using openGL glut library. For best play, Windows 7 is recommended.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SOSS - a chess pairing program. Features: enter result using bar codes, lots of configurable print outs, calculation of team competitions, administration of fees etc, adm. of leaders, multiple competitions in one event, html print outs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Using reinforcement learning in neural network for learning othello
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LINeup4 is a connect four game using a terminal interface which doesn't need any graphic libraries. This game is also known as four in a row or connect4. The game is won by lining up four of your pawns in a row, in a column or diagonally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Yaki is a pair of dice games based on Yahtzee and Kismet. It was written with PDAs and handhelds in mind. It can be compiled using the SDL or Allegro graphics libraries. It can also be compiled as a console tool using ascii or color VT/ANSI graphics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Solitaire cardgame for Amiga computers using MUI graphics interface. Original version developed by Kai Nickel. The program(s) use(s) C as main programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GSwiss is a chess tournament management software. Its a tool to allot the pairings of a chess tournament using the usual "swiss" pairing system. It is basically desinged to handle a large number of players.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Xibble is a crossword game for Palm handheld devices for two or more players. It is written in C and is built using the palm-tools and pilrc packages. It makes a great travel game!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This ain't your daddy's crypto! We provide a set of C libs and utilities to perform cypherpunk style crypto functions, using your existing OpenPGP keys. Ring signatures; credentials; mental poker; timelines; zero knowledge proofs. Cool stuff!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    CINAG is an UCI computer chess engine. This is a module which thinks about the game and try to find the best move for each position. Our goal is to create a quite strong opponent by using state of the art AI technics.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    It is just a Chinese-Chess Game,using SDL Library. Its target is to be a full feature Chinese-Chess ,supporting Two player via internet ,One player vs computer with AI supported
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    SMART: SMART Minimax Analyser for Recursive Trees. The goal of the SMART project is to develop a powerful state-of-the art FICS compliant chess engine, using experimental technology (re-iterative MTDf , ETC, reinforced temporal difference learning, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Palm SeaBattle is a game for the PalmOS based in the old pen and paper game were two players place a certain amount of ships in a grid and then try to sink each others ships. The game can be played with only one device, or two linked devices using IR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    simple 2D snooker or pool game using c++ and SDL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    a traditional Chinese Chess game using SDL, and SDL_XXX related libs. I wrote this game based on chinese chess game on the sf.net. thanks to wrxzzj but all codes are rewritten. just for fun. feel free to use it. but no any commercial use
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next