Showing 65 open source projects for "c++ console"

View related business solutions
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
    Try it free
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
    Learn More
  • 1
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

    Delphi Java - VRCalc++ OOSL (Script) and + (Binary Exec Distro)

    Vincent Radio {Adrix.NT} Embarcadero : Delphi : Executable Binaries Delphi : VRCalc++ Object Oriented Scripting Language : Engine + Ext Libraries VRCalc++ OOSL Visual Stage Project : VCL & FMX (FireMonkey) VRCalc++ Script Executor: - VCL Console - Terminal Console - FMX Console + VRCalc++ OOSL : VR System Scripted Standard Runtime Library Delphi Applics - VR Multi Editor : Smart Text Editor - VR Lazy Code Editor : Smart RTF Multi Lang Code Text Editor - VR Astro Vision...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    belofte chess

    belofte chess

    A promising chess program

    A console/text based chess program with XBoard/CECP and UCI API, available on all major platforms. You may need a graphical chess interface to use it. Please refer to README.md in the files section for installation instructions. The last stable release is 2.1.5 and has been released on 25/12/2021. Belofte 0.2.0 till 0.9.20 (c/c++): Xboard 1 & 2 (CECP) - Linux/Unix/(Windows) Belofte 2.1.1 and up (c++11) : UCI and Xboard 2 - Linux/Windows/Mac/Android/... For access to code, please clone...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    This is a console based 3D 4-in-a-line game made with ascii graphics. It aims to be portable to all kind of unix systems and to microsoft windows. Its writen in C and uses standard library rutines mostly. Its for local playing now, but networking will be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Triangle Peg Game

    A computer program that solves the triangle peg board game.

    The triangle game is a peg board game that you jump over pegs and remove them. The solution ends with one peg left. This is a C# computer program that finds all of the solutions to the game using an exhaustive search algorithm. The solution is different when the beginning peg hole is changed to a different location of the 15 pegs. All of the solutions are included here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 5

    Hi-Q Game

    This is a computer program that solves the Hi-Q peg board game.

    Hi-Q is a peg board game that you jump over pegs and remove them. The solution ends with one peg left. This is a C++ computer program that finds the solution to the game using an exhaustive search. In 1974 in college, I wrote a Fortran program to try and solve the problem, but the mainframe was not fast enough to find a solution. A peg jumps over another peg and the jumped over peg is removed. A perfect solution ends with one peg left. The program ignores reflections and rotations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    olivechess

    olivechess

    a UCI chess engine

    OliveChess is a simple chess engine compatible with modern chess interfaces such as ChessBase products, Arena and XBoard/Winboard. The engine supports UCI and XBoard protocols. Note: in order to use it as an xboard engine you may need Polyglot tool to be installed first
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Pioneers

    Pioneers

    Pioneers - The Settlers of Catan

    Pioneers is an emulation of the board game The Settlers of Catan, which can be played over the internet.
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 8
    Fen2eps is a small console program that converts FEN (Forsyth Edwards Notation) strings to EPS (Encapsulated Postscript) files containing the chess board diagram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    c-board

    A console/ncurses chess engine frontend and PGN editor.

    CBoard (Curses/Console Board) is an Ncurses frontend to chess engines supporting the XBoard protocol. Supports reading and writing PGN including roster tags, RAV, FEN, NAG and comments, lots of configuration options, UTF-8, different board sizes depending on the terminal and more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 10
    Scripted Roulette

    Scripted Roulette

    Simulation tool for the casino game Roulette

    Scripted Roulette is an original application which helps you to develop and analyze new betting strategies for the casino game Roulette. Learn and understand more about the chances you really have to win.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    chess777

    chess777

    Basic console interface for 3 player chess in a 7x7x7 cube.

    Allows for selection of pieces and highlighting of possible moves. If the player whose turn it is selects one of his own pieces, he may move it to a legal space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    A star

    it is an implementation of A* algorithm with examples of its usage.

    A start (A*) is the algorithm for searching the shortest path in the weighted graphs. My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Redqueen Chess Engine
    Redqueen is an UCI (Universal Chess Interface) only compatible chess engine written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    the Autoblokus project

    Blokus Duo algorithms

    Autoblokus is a free framework which allows developping programs for the game "Blokus Duo". It contains all needed algorithms to manipulate pieces, boards, players, strategies... With Autoblokus, you can develop a program that play Blokus Duo, choose and/or implement the strategy of the computer, etc. The Autoblokus project consists in : 1) developping the framework to have the best possible algorithms and strategies, and 2) developping test-based and/or GUI applications playing against...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    [bo|ne] [ya|rd]

    A program to pick dominoes

    Programs exist for random dice rolls, but not a single program for random domino picking. So, i made my own. I am a beginning programmer, with [bo|ne] [ya|rd] being one of my first leaps into programming on my own (That is, something that did not come out of a exercise in my learning materials.) I was unable to find a program that was intended to pick random dominoes as its sole purpose, and now with [bo|ne] [ya|rd], there is such a program! [bo|ne] [ya|rd] is able to produce all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Popeye is a chess problem solving and testing software with strong support for fairy chess and heterodox genres. For more information cf. topic "Popeye (chess)" on http://en.wikipedia.org/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    Tic-Tac-Toe

    Juego del tres en raya

    Juego del 3 en raya creado como ejemplo para el blog Vamos a crear videojuegos (http://vamosacrearvideojuegos.blogspot.com.es).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    sudokurapid is a library to solve sudoku puzzles. sudokurapid implements heuristic analysis which makes it possible to find solution or prove that there is no one very quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Battletech MUX is an internet based, real-time rendition of the popular Battletech board game. Players take to the front lines in their very own mechs, tanks, and similar implements of destruction. See the website for installation instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    retropong

    Retro pong clone implemented using sfml

    This is my version of the pong game, i tried to make it a little bit more fun adding the fire feature (use space bar), now the you can shoot the enemy paddle to kill him or to try to hit the ball so it will change the direction and surprise the enemy. Every time you lose or win you the game will notify you with the time you needed, try to beat your friend time. I was very surprised how easy is to use the sfml library so i decided to implement the game, i encourage people to get involved...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tic tac toe game
    Tic Tac Toe The Return is a simple graphic game written in Java. It is a port of mptris to the Java platform. mptris is a text-mode tic-tac-toe game written in C language. I wrote both to get some confidence with the programming languages. In the Download section (Files) you can also find the sources of the Windows Phone 8 port and of the ancient console mode versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    C-Tris
    It's a university project of a small Tic Tac Toe game developed in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    yacen

    yacen

    Yet Another Chess ENgine

    IMPORTANT: I renamed the project to cengix (chess engine no. x). See http://code.google.com/p/cengix. IMPORTANT: yacen is not in any way related to the YACE chess engine. The similar name was a mistake. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Kenny

    "Kenny" is an XBoard/WinBoard chess engine based on "Winglet"

    Kenny is a Winboard/XBoard chess engine based on Winglet (http://www.sluijten.com/winglet/source/index.htm), an open source chess program. Winglet's full source code can be obtained from Winglet. Kenny is an advanced form of Winglet which plays better at some faster time levels like blitz chess or upto 20 minute games, but almost always loses against Winglet when the time controls are 40 minutes or more for each. These tests were run by setting up various tournamennts on the free Chess...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Supertombola

    Supertombola

    Supertombola, un programma per giocare alla tombola

    Programma scritto in QT per giocare alla tombola, tradizionale gioco Italiano. Con questo software sarà possibile generare cartelle, stamparle ed eseguire estrazioni sul database con riconoscimento automatico delle vincite. QT program for "Tombola" italian game. You can now play Tombola, generate random boards, save boards in .stb files and print them directly to a printer in color or black and white. It's like housie bingo game.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next