Showing 78 open source projects for "linux command"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Hinversi is a implementation of Reversi (a.k.a. Othello), a board game. It can support many frontends and backends, so you can select how clever your computer opponent is. You can also let one AI engine play against another one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A repository of software tools related to chess. Currently includes a complete package to analyze your games, search for blunders and missed opportunities, and then go over them repeatedly so that your game improves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Perl 3D-extension of MFPic LaTeX package aimed to high quality draw of spatial objects, such as vectors, curves, bounded surfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is an intelligent NxN tic-tac-toe game, which you can play with in case you are bored with what you are doing. It knows way ahead when the game is a draw so you dont need to play till the end to be disappointed that you couldn't win!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    dynachess creates a HTML page from a PGN file, for replaying games on a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Monopoly! Game written in Java for the Object-Oriented Programming Course at Cà Foscari University, Computer Sciences Department, Venice, Italy. Supports up to 6 players and command line interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vizzini is a Java game framework which provides common abstractions and interfaces to enable quick game development. Targeted areas include board games, arcade games, card games, and simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    My implementation of a Konane AI system using Alpha-Beta pruning search techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JDice rolls dice. A simple yet rich language allows to express several kinds of roll schemes, including any dice type, rerolling, selecting highest/lowest, counting, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    A simple command line tool for solving the triangular peg solitaire game, like the one at Cracker Barrel. Also has a few other features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Frittle
    Frittle is an open source amateur Java Chess Engine that supports the XBoard/WinBoard Chess Engine Communication Protocol (version 2).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Basic game developed as school project in pascal. "Odraz loptu" means in slovak "Bounce the ball!"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tactix / Duell is a chess variant with dices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    netjatafl is a hnefatafl server and client system, allowing tafl players to join in networked games of tafl. Using a standard network protocol, new clients can be written for any platform. Clients in C++ and PHP/Javascript are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    KMT Chess is a chess engine. It supports Winboard Chess Engine Protocol and can be used in combination with Winboard or Arena user interfaces. KMTWinboard package includes WinboardX interface and a opening book, providing a much better user experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The NNGS (No Name Go Server) is a game server which allows you to play the game of Go over the Internet. It basically runs as a 'deamon' under Unix (though cygwin-port is available) and supports connections from many clients (both graphical and text)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Felo rating system provides an objective fencing strength estimate for each individual fencer in a group, just like the Elo rating in chess. This program calculates the Felo numbers by analysing a bout result list created by the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CGOS is a game playing server designed for Computer Go programs only. It was designed to address a need in the computer Go community - a way to test programs that play Go on a 9x9 board and also to get a rating for those programs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This is a command line checkers game for UNIX-like operating systems. It is a fun family oriented board game!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lithops (the flowering stones) is a program that plays the game of Go. I develop Lithops as a research challenge, but also, importantly, to create a computerized partner for people learning and studying Go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Computer chess engine written using Qt4, which works under Knights, Jose, Arena and other chess board GUI games. Uses bitboard game representation and alpha beta brute-force search to analyse chess positions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Curious mad fan of sudoku, I've been pretty disappointed to always find programs processing all cases. For us "humans", it's unusable. That's why I've had in mind so far to create one which could help us (giving hints) if we're stumped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ELOcalc is a small GUI/command-line calculator designed to calculate ELO scores (for, e.g., chess).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Perl script which accepts a chess position (in the FEN format) as input and outputs POV-Ray source, which, when rendered by POV-Ray, produces a 3-D view of the chess position.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ktsolver - Knight's Tour problem solver. Finds quickly a lot of solutions of the Knight's Tours problem.
    Downloads: 0 This Week
    Last Update:
    See Project