66 projects for "using" with 2 filters applied:

  • 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
  • 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
  • 1
    ChessX

    ChessX

    Chess Database and PGN viewer

    A free and open source chess database application for Linux, Mac OS X and Windows.
    Leader badge
    Downloads: 862 This Week
    Last Update:
    See Project
  • 2
    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
  • 3

    pycassonne

    Carcassonne clone written in python using pygame

    ...There are 72 cards to be deposited to the game board and 7 meeples (or pennants) are available per player. You may play against one or more computer/human players using this game with different selectable computer players' skills. Computer player examines own her step only, so the analysation depth is only 1, trying to gain the maximum available extra points. Turning trace mode on it is possible to play against computer with ultra skill level, where the analysation depth is increased to 2. With this setting the AI is stronger but the gameplay is unbearable slow. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    RobotChase is a game in which the player moves about on a rectangular grid, while trying to escape or destroy advancing robots. Uses mouse or (configurable) keyboard. Written in Java using the MVC and Observer patterns.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    Anywhere Board Games
    Anywhere Board Games (ABG) allows users to play board and card games on the web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a stand-alone PHP app. Unlike other gaming environments, we had a peculiar vision: projecting the main board on our table and using laptops or tablets to control our hands (with other friends joining in remotely). ABG runs on PHP 5 and Apache (which is provided with the Windows installer). It supports flipping, stacking, rotating, rolling, and shuffling of pieces, so most board and card games are playable.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    XR3TicTacToe

    XR3TicTacToe

    Wonderful Java Tic Tac Toe game

    Comments: A Tic Tac Toe game made in Java using Swing Library. GitHub Repository : https://github.com/goxr3plus/XR3TicTacToe ### PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ )
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    BagaturChess

    BagaturChess

    Java Chess Engine

    This is UCI Chess Engine writen in Java. Since version 1.4 (inclusive) the project was moved to https://github.com/bagaturchess/Bagatur
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Alcibiade Chess

    Alcibiade Chess

    Next generation web chess club

    From the creator of MKGI Chess Club comes this next generation chess club. Completely re-written from scratch on the latest software frameworks, it features: social networks connection, scalable data storage, stunning graphics and much more to come. This project has two parts: - A Java Chess library containing board models, rules and PGN format management - A complete Chess web application based on the core Java library
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PyBreak360

    PyBreak360

    breakout/arkanoid clone multiplayers network game at 360°!

    ...press D for LevelDesigner (see in levels/*.level to edit/create fine configured levels as BrickArray, Background, Music, ...) press PAGE_UP, PAGE_DOWN to change level in actual level pack. press SPACE or ENTER for menu. select level pack using menu/F9. play alone or connect up to 4 players via TCP network. select server using menu/F1, connect/disconnect using menu/F10. A good gameplay experience, 12 bricks bonus, more then 90 levels, ... tested on linux, XP, Seven
    Downloads: 3 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 10
    Traditional Malaysian board game. Similar to Mancala. Implement NeuralNetwork (NN) agent, Min-Max, and Random move. System is based on Adam Cofer's Mancala system (2003). Also using Neuroph 2.5b by Zoran Servarac for NN. All code under GPLv3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    YahtzeeSharp

    YahtzeeSharp

    A Simple Yahtzee like game.

    A Simple Yahtzee like game, similar to the ones played `back in the day` using a cup, some dice and a paper score card. Use Mono/Gtk# and SQLite for data storage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    Cave Chess

    A Java chess engine using xboard protocol

    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    SnakeSpeed

    SnakeSpeed

    Compete with snakes on eating the frog.

    This is a variant of the well known snake game. The snakes are competing about eating the frog. It was implemented as a report for a course in Artificial Intelligence. My son helped me with the design using his toy snakes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Framework for creation of board games. Chess is built-in, Monopoly comes next. It addresses: 1) Players 2) Game authors 3) AI developers 4) Model-based developers. Developed by software professionals using EMF. New games are configured in few hours.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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
  • 16

    TARStack

    Tournaments and Ratings Stack

    ...Social media already has scoring and ranking programs, but they tend to be themed for certain sports, activities, and interests. Many of those have long-standing out-moded ranking and ratings systems in place. TARStack will change this trend by using a standard ranking formula: The “K-simplified” chess ranking formula (provisional USCF version). This will ensure friendly competition can remain friendly without large discrepancies in the results between even matches with a clear victor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Tic Tac Toe

    TicTacToe

    Tic Tac Toe is a simple game written in C++, using SDL as a main graphic library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    Chess Queens
    Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    JChess

    The Java Chess Engine

    This library is an attempt to create a flexible chess engine using the Java programing language. The main diference than others chess engine's is that it is only a library, and it can be attached to any program, including a web application. If you are interested to contribute please contact me. Francisco Rafael Del Roio <francipvb@hotmail.com>.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Architect I Gomoku (Engine with GUI)

    Architect I Gomoku (Engine with GUI)

    Gomoku Game: Playing with Computer

    ...The first version will be playing the classical Gomoku game, and this version is called "Architect I". This project also shows the rich features of the next generation Java graphical user interface. The GUI of this application was built using JavaFX 2.0 which was entirely written in Java. Although as been announced, JavaFX 3.0 will be integrated into JRE in next year, at this point, you still need a separate runtime evironment. Be sure to download and install the JavaFX 2.0 runtime before download this game. @2011.10.24
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Traditional Chinese board game (not the solo mode). New version of http://openmahjong.sourceforge.net/ with the following using a different coding pattern : Model-View-Controller (MVC). Now with Chow :-D
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    GeneThello (read jə-ˈne-ˈthe-lō), is an acronym for genetic othello, an othello (reversi) playing program which based on Genetic Algorithm (GA). In principle GeneThello consist of an othello program and a genetic algorithm system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    CompWebChess 2
    CompWebChess 2 is an open source web-based chess program and application which allows you to play chess over the internet in a turn-based setting, using PHP and MySQL. Home Page: http://www.trimBrain.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Open Mahjong
    Implementation of the original Chinese board game of Mahjong using Hong Kong rules.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next