Showing 32 open source projects for "linux terminal"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1

    eights

    ANSI terminal card patience.

    'Les Huits' is a patience game described in the Pan Book of Card Games. I think it is a very good game: it can come out half the time if you take every opportunity to order the cards in sequences, and it can seem impossible but come out when the last card is dealt. I could not find Les Huits on PySolFC. There is a one-pack game called Six by Six with similar rules. I use a Mac, and PySolFC had problems running on Macs, so I wrote eights.cpp which runs using ANSI-art on a terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ConsolePref

    A console preference game for linux

    The goal of the project is to write a computer preference game that is completely open and does not cheat. The program by default (unless explicitly specified otherwise) makes decisions using only information allowed by the game's rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Argentum Age Utilities

    Argentum Age Utilities

    Tools to make running a Argentum Age server on Linux easier

    If you are planning on running a Argentum Age server on a Linux server you will want these tools. It includes a backup script, startup script to start your server at boot time and within 1 minute if it should crash, and a nice text-based menu system for managing the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mille Bournes

    Mille Bournes

    Play the classic card game in your Synchronet BBS

    This is our latest version which saves high scores and players who won the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5

    mcc

    Magic (the Gathering) Card Collection

    Magic (the Gathering) Card Collection is online card database, card search and deck builder tool is well as card collection organizer. It contains data that is Copyright © Wizards of the Coast - All Rights Reserved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A multi-user text based (via telnet) server application for the card game UNO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Pontoon

    Pontoon in c - source code and header file

    Pontoon in c - source code and header file for the game pontoon written in c as a console app using the Lcc compliler. It's completely free, but can you give me a thumbs up if you find it usefull?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Golden Point

    Golden Point

    A simple, console-based card game, similar to some other card games.

    Golden Point is a simple card game, similar to some other popular card games. The main goal of the game is to get more points then your opponent, but in the same time not to get more than 21 ("Golden Point"). During the game you get cards, which have next values: 6, 7, 8, 9, 10 - according to numbers in it's names; J - 2 points; Q - 3 points; K - 4 points; A - 11 points. In the beginning of the game you get 2 cards, and if your total points are less than 21, you can take more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    IMPORTANT NOTE: This project has moved to github and is no longed updated here. Please find the code at: https://github.com/anupamsr/freecell4cli
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A program to calculate the winning probabilities for the different players in a texas hold'em game at an arbitrary state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Simple Blackjack game in Java (developed as Assignment 1 for ITEC802@MQ). For more information about Blackjack, please refer to http://en.wikipedia.org/wiki/Blackjack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The aim of our project is to create a multiplayer game that offers gameplay similar to a casino visit. Initially we focus on 6 deck shoe and face up. In the future we plan to add other variations of blackjack and different kinds of gameplay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A framework for creating board games and card games using a minimal amount of Java programming and playing them against AI or human opponents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A C++ written console application which allows to "log" a Poker game intelligently, i.e. the program also leads the players through the game. The Code can also be used as a basement for further projects, like a poker-bot etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MeW is a multiuser board games server with plugins support. It is intended for a moderate number of users (about several hundreds) and can be easily installed both for work in LAN and on a web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Joc multiplayer online de Cruce.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OOPoker has moved to https://github.com/lvandeve/oopoker Get the latest version of the source code there. It has several bugfixes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a FreeCell solitaire game solver written in the Java. It is fast and capable - it solves all of the first million Microsoft deals in about 4 hours - 99.99% of them in less than a second, and no deal takes more than 1 minute.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A very simple and text-only version of blackjack. Written in python, with very limited knowledge of the language. It seems to work ok as is. Bug fixes and code improvements to follow in next version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Basic blackjack game that supports most features in a game, 5 card trick, aces being 11 or 1. It has a very basic graphic drawing enginr that draws ASCII cards on the terminal. this can be seen in the screenshot. Should work on all linux PCs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TextSchnapsen is an Austrian card-playing game, which can be used on your mobile phone using j2me 2nd edition or on Posix like system on command line (DOS, Linux). C64 is also supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A platform independent poker timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JGames is a sort of "game development framework" that creates a solid general structure for all Board Games, Strategy Games and all these game, 2D and 3D, that can be specified defining its particular Rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simulation of the Italian card game named "Briscola"
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB