Showing 610 open source projects for "linux windows"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    A computer version of the World War 2 tactical boardgame "Squad Leader" originally published by The Avalon Hill Games Company. Play any scenario against anyone around the world!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    JagoClient is a Java software to play the board game Go over internet servers, to edit Go game records, to play against the computer (with gnugo), and to play point-to-point games.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Schach

    Ein einfaches Schachspiel

    Ein einfaches 2D-Schachspiel mit vielen Features: Unter anderem können sie über Internet mit anderen Spielern zusammenspielen. Ein Schach-Bot ist geplant. Das Projekt befindet sich noch in einer frühen Beta-Phase und enthält noch viele Fehler!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Solitaire Settlers of Catan computer game is a Java rendition of the popular board game "The Settlers of Catan" or "Die Siedler Von Catan" by Klaus Teuber. This project allows you to play the board game against a computer AI.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
    Spaxe Hilk

    Spaxe Hilk

    Turn based tactical battle multiplayer game with Aliens and Marines

    Spaxe Hilk is a turn based tactical battle game, where marines battle it out against aliens. It's still early in development but coming on nicely. Spaxe Hilk is purely multiplayer and can be played with 2 or more people, depending on the mission. Watch a preview: http://www.youtube.com/watch?v=NdWXLmkPlJ0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Chess Game AI Phantoms
    Phantoms Chess Where Pawns Can become Queens Chess Game is zero-sum two-player. Team Members: Phantoms Team * Leader Gehad Sayed Kaseb Gehad.Kaseb@gmail.com * Co-leader Rawia Ahmed * Research team Hagar Samir Safaa Mohamed * Design and Implementation team Ahmed Helal Aya Eid Aya Tarek Eman Saleh Fatma El zhraa Ibrahim Hanan Mohamed John Samir Mina Victor Nahla Ibrahim Samira Magdy Samr Ayman * Integration Team Marwa Ayman Nahla Essam * Interface...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An application to help Battletech players balance two forces using all possible modifiers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    KludgopolB
    ...Two are based on regional variations of Monopoly but with places named after colours instead, the other two are there more to demonstrate what can be done. Hopefully there are no major bugs in the game - I cannot guarantee that there are none, but I've done some testing on Linux and Windows systems and with some luck have more or less ironed out the worst bugs that would affect the game on either system. I have no idea how well this game runs on other operating systems, but then again I can't see much in theory to stop it working on any operating system capable of running java..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ANother IMplementation Of Scotland Yard - Java implementation of the Ravensburger board game 'Scotland Yard'. While the program takes the role of Mr. X, you have to coordinate the detectives in order to catch the fugitive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    JLightChessLib

    Purpose is to provide a very simple and well documented chess library.

    This chess library will focus on checking legal moves, for parsing/unparsing PGN and FEN file formats. Actually, are implemented, move validator, history manager (with the class ChessHistoryNode), and the FEN parsing/decoding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JLightChessLibDemo

    A very simple demo in order to show how to use JLightChessLib

    The project aims to help the chess client developpers by showing how my JLightChessLib chess library canbe used in a simple application without ia, anyway the library is not developped for this purpose (as it may be very slow). In order to use a particular version of the demo, you will need a JLightChessLib jar whose version is at least the same as the downloaded demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mediocre is a Java-based chess engine, implementing features like LMR, SEE, history and killer moves heuristics, transposition tables, internal iterative deepening, PVS search etc.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13

    TCP Java Games

    A program to play games through a server with other users.

    TCP Java Games is a project aimed at creating a server to which users can connect and play games with each other. At the moment, only checkers exists but the project will be expanded to include other games as well. The project consists of a server which hosts the games and which each user connects to, and a client which connects to the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bagchal

    Bagchal

    Game(similar to chess)

    A simple game originated from Nepal where two users or single user can play the game. There is two key component in the game i.e tiger and goat. Goat needs to trap the tiger in-order to win the game. And if tiger is able to eat 4 goats tiger wins the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Minesweeper for Java
    This is a Minesweeper clone written in Java. It's my first game and I had a lot of fun to build it. If you enjoy it, please add a review :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    java network tictactoe

    java network tictactoe

    Its the common tictactoe game, developed in java, with client/server configuration so it can be played over a network. It can be played in a 3x3 board or 4x4 board. There are more options but some of them are not implemented. I'm only putting this here now (2012) but this was one of the projects for a University course in 2003, when I was still a student. I just thought I should put this some place safe, and so... here it is!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    a single player tic-tac-toe game. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Whac a Mole - Educativo
    Jogo de cunho educativo que tem o objetivo de estimular o aprendizado do alfabeto brasileiro. É direcionado a um público específico: crianças em fase de alfabetização.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NaruGo is game AI project. Current targets are GO board game and Texas Holdem poker. It investigates Genetic programming to build game AI logic. Also EA/GP simulations for TSP, Graph layout and Prisoners Dilemma problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Well, it's like football, but without the rules. Brawl Ball is a game based on the rules of the classic fantasy football game, Blood Bowl. Brawl Ball is completely unofficial and in no way endorsed by Games Workshop Limited.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Ramsey theory illustrated through a game on J2ME.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jcubitainer est un jeu de brique qui ressemble au célèbre Tetris mais avec plus de possibilités. Le but de ce projet est de faire une version réseau en utilisant java, jxta et la programmation par aspect (aspectj).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jello Go is a client / server Go system implemented in Java. "Go", for anyone who doesn't know, is a very old Japanese strategy game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    "Ebbe und Flut" is a card game, written in Java. It means: low and high tide. Have a lot of fun and thinking!
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB