Showing 51 open source projects for "command line"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    Sudoku Maker is a generator for Sudoku number puzzles. It uses a genetic algorithm internally, so it can serve as an introduction to genetic algorithms. The generated Sudokus are usually very hard to solve -- good for getting rid of a Sudoku addiction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    CLIrdle

    CLIrdle

    Wordle in the command line.

    CLIrdle is a remake of Wordle but with a developer twist: it runs in the command line.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    RustRush

    RustRush

    Game displayer for Rush Hour written in Rust

    Displays game(s) of Rush Hour in a simple CLI format. https://en.wikipedia.org/wiki/Rush_Hour_(puzzle)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    CQ Games Project

    CQ Games Project

    Play a selection of Games including classics and originals!

    Play Hangman, Battleships, Snake, a totally original Role-Playing Game (RPG) and Puzzle Games. Certain games can be played against an AI, with two players locally, or with increasing levels of difficulty! This honestly had hundreds of hours of development so i hope you enjoy! Python 3 required to play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    xjiggui - a jigsaw puzzle game

    xjiggui - a jigsaw puzzle game

    Graphical User Interface for xjig jigsaw puzzle game

    The aim of this small project is to bring excellent jigsaw puzzle game for Linux - xjig - to general public. xjig has a command line interface and this renders it virtually unusable for most desktop users. There were a few graphical interfaces for xjig evolved over past years. This project is yet another attempt. xjiggui provides graphical interface, separated into two parts: * - simple basic options, which would allow to play jigsaw puzzles even to pre-shoolers * - advanced options to control all available parameters It's recommended to check the latest xjig version with more options from http://sourceforge.net/projects/xjig. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Software for exploring & solving polyform puzzles, written in Python. Includes solvers for: pentominoes/polyominoes, solid pentominoes, Soma cubes, polycubes, polyiamonds, polyhexes, polysticks, and more to come.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Sudoku command line solver

    Sudoku command line solver

    Solve 9x9 Sudoku Puzzles Using A Command Line Utility

    This tool written in C uses the Backtracking algorithm to solve Sudoku puzzles. The idea was born by participating a coding challenge of a German internet forum. https://www.coding-board.de/threads/coding-herbst-die-coding-board-de-coding-challenge.39297/ So it's rather made for fun. However, this code won in terms of speed. Unfortunately, the initiator of the contest has passed away in the meantime. R.I.P. Benjamin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    River City Adventure

    Simple Text-Based Adventure Game

    Type commands to solve puzzles and escape the underground city. It runs on a command line and requires the Java runtime environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    This is programm for automatic solving Japan Crossword (also known as nonogram, griddlers or paint by numbers).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Spellathon
    Spellathon is a simple word puzzle game. You are given seven letters. You need to find words of length four letters or more that include a central letter. See how many words you can guess!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    yetris

    yetris

    Customizable Tetris(tm) clone on the terminal

    yetris is a customizable Tetris(tm) clone for the terminal. It has some features found on modern adaptations and aims to please both casual players and Tetris(tm) enthusiasts. It has full textual interface. yetris was originally developed in C, now reprogrammed in C++ with ncurses. It runs on pretty much every terminal around here, but it's limited to POSIX systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sudoku Solver

    Sudoku Solver

    Solves standard 9x9 sudoku puzzles

    Reads sudoku from standard input. If any solution exist, writes it to standard output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    makedoku

    Command line sudoku generator and solver. It uses opencl or openmp.

    Command line sudoku generator and solver. It uses opencl or openmp to solve and generate grids. Each generated grid has an unique solution and the number of givens can be specified as parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Very fast command line sudoku solver written in Fortran
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The sudoku solver program is a simple command line driven program that solves sudoku puzzles by taking its input from a comma separated input file and printing results to the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sudoku MC

    Sudoku MC

    Sudoku solver based on the initial work of Michael Kennett

    Console based sudoku solver. It is a modified version of the solver included in the Ubuntu distribution of Linux, and has similar functionality to the original by Michael Kennett. New features: - You interactively can open and save boards with it. - The title of the board can be edited. - Added early contradiction check to detect if the board is unsolvable: 1 2  . | .   .  . | . . . .   .  . | 1 2  . | . . . .   .  . | .   .  . | 1 2 . -------+-------+------- 2...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    SudokuGen

    Generates and solves Sudoku boards

    SudokuGen generates Sudoku boards in different levels. It can also be used to solve boards. As for now, it uses command-line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    WordSearch

    A WordSearch implemented in Java. Coding finished.

    The project has no files, but it has code. Please get the code from the code tab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    WordsGenerator

    Generate Possible Words For Words Game

    This is a python program that looks up possible words from a dictionary over 1,600 words. You type in letters that you have and the program will generate all possible words from the dictionary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Brain Speed Test

    It is an application to measure the Speed of the Human Brain.

    This application is made as a project to measure the Speed of your brain. How fast is your brain as compared to other humans. As you all know the computers processors speed is measured in the MHz or GHz, as there are some standards to measure the speed of them. Bur unfortunatly there is no standard to measure the speed of human brain. So here comes the Brain Speed Test!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    It is a optimal solution solver of the simple case in the game CityBoxx. The simple case is when it is not possible to replace buildings already built. The solver was written during the training classes in Asgor Ltd., Sofia, Bulgaria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WordSearch is a Perl script that generates word search puzzles. It will generate random word search puzzles, or you can give it a list which will allow it to generate your own puzzles. WordSearch will also optionally display the solution for the puzzle. This project has moved: https://github.com/craigmaloney/wordsearch
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The game of Cows-n-Bulls is back ! Gnu-Moo aims to provide a command line as well as GTK+ front-end for the user to play the cows-n-bulls game. Multi-game sessions and relevant session stats are provided, which can be useful to test heuristic algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A generic library made to represent Puzzles and programs to solve them (Solvers), a specialization for 2d puzzles, specialization for the N-Puzzle, Several solving algorithms for the N-Puzzle. Command line and Graphical User Interface for N-Puzzles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB