Showing 35 open source projects for "artificial intelligence linux"

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
  • 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
  • 1
    WumpusWorld-CSharp

    WumpusWorld-CSharp

    A Wumpus World in c# and prolog with a GUI

    Wumpus World Game is based on knowledgebase agents and is described in the book , Artificial Intelligence : A Modern Approach (Russel - Norvig). This is an implementation of Wumpus World (a Knowledgebase agent game) using csharp alongside prolog with a GUI. C# has the main environment of the game and the GUI The GUI was created using WPF , Windows Presentation Foundation Prolog is used as the knowledgebase of the agent of Wumpus World In order for C# to communicate with Prolog a Csharp interface is used SWI-Prolog. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TimeRaid

    TimeRaid

    Use time travel to infiltrate a compound, and solve puzzles.

    After a mysterious, involuntary surgery you wake up and are introduced to an enigmatic Artificial Intelligence named Alice. Alice grants you the ability to time travel. She trains you to solve puzzles, create a small army, and raid military compounds. After some strange occurrences you begin to wonder, “Who is Alice and what role do you have in the future she is creating?” Time Raid is not just a time travel story. You actually time travel every time you are about to die in the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tic Tac Toe (Autonomous) Dhaval Kadia

    Tic Tac Toe (Autonomous) Dhaval Kadia

    Experience AI ( Computer Plays with You ) !

    SmartPrediction-ENGINE inside Enhanced with Artificial Intelligence Based upon Game Theory Still This is in BETA Phase
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PicPuzzle

    PicPuzzle

    Naive AI Aided Sliding Puzzle Game

    It is a plain Sliding Puzzle game, but the interesting part is- it includes an Artificial Intelligent that can arrange the pieces for you. It also keeps record of the top 5 fastest solvers.
    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
    Soduku-Solver

    Soduku-Solver

    Soduku Solver solves 6x6 soduku of easy and medium level.

    ...It is a Open Source project which is available in github repository and this project welcome each contributor which helps to make this project better. Keywords : soduku solver , solve the soduku , soduku 6*6 , soduku 6x6 , solve my soduku problem , amazing software , artificial intelligence , best software , top software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Butterfly Javascript Game

    Butterfly Javascript Game

    A butterfly adventure -very basic- game made with javascript

    A butterfly adventure -very basic- game (and basic artificial intelligence example) made with javascript (and game development tutorial videos in Turkish)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    physicsmata

    API for all possible cellular automata that work same at all angles

    Its strange how the "sorted pointers" normalizing makes just about any random function, as long as it connects the inputs to the outputs on some path, vibrate as some nonlinear shape of wave. This could be used as a game interface for evolvable musical instruments or fluid puzzle games. Physicsmata is similar in effect to SmoothLife but simpler and pure Java. The cellular automata API takes a function to run at each point. Its parameters are sums of screen brightness (n color dimensions are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Brain Workshop

    Brain Workshop

    Python implementation of the Dual N-Back mental exercise

    Brain Workshop is a Python implementation of the Dual N-Back mental exercise. This exercise is the only mental activity that has been scientifically shown to improve your short-term memory (working memory) and fluid intelligence.
    Leader badge
    Downloads: 519 This Week
    Last Update:
    See Project
  • 9
    RuleRule

    RuleRule

    A puzzle game of rules acting upon rules. Create the desired pattern.

    RuleRule is a game which might be of interest to students and researchers of AI, machine learning and related areas. In this game, rules act and modify other rules (including themselves). The goal is to reach a desired condition (e.g. a checkerboard of red and yellow). Versions For a first test of the game mechanics in your browser, download the Javascript version, coded by Jan-Hendrik Vienup (December 2014, GPL) tested with Firefox, MSIE, Chrome, and Safari :...
    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

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    8-Tiles

    8-Tiles

    The 8-Tiles project is to study, play and analyze the 8-tiles problem.

    The 8-tiles project is to study, play and analyze the 8-tiles problem. Currently, it runs in 2 algorithms, Breadth First Search and Depth First Search. Even if you don't like the current implementation of one of algorithms, you can easily modify it, change it, or even implement and your new preferred algorithms using the game elements. Adding new algorithm will cost you changing about 2 or 3 lines besides your own implementation. Not only run the algorithm, but the interface helps you to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Heuristic Goal-seeking Framework

    Fifteen puzzle, with its own goal-seeking to find the best solution

    This project implements the "fifteen puzzle", but it has a twist: the program can solve the puzzle perfectly. The project contains a simple JAVA framework that implements heuristic goal-seeking algorithms. We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mine Sweeper Whiz
    Moved to github: https://github.com/claycephus/MineSweeperWhiz Artificial intelligence solver as well as a human-playable mode for Mine Sweeper.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    An interactive learning toy for children aged 3 years and up that tries to address the natural intelligence and curiosity of children
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    Chippy is a free and open source adventure game in development where the player controls an AI agent named "Chippy", a small robotic chip that takes control of enemy robots and uses their abilities to fight other robots and solve puzzles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KUBOKU is a real 3D version of the Sudoku game for Linux and for Windows. It comes with a nice 2D or 3D graphical interface, a real-time game generator, different difficulties, a detailed help file and a high score. English and French versions !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Do you have a Sudoku to solve? Or want to verify your solution? JSudokuSolver can do this for you! In contrast to other Sudoku solving tools, this program does so by using the same rules a human would. So you can improve your Sudoku solving skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SudokuExpert is an expert system that resolves sudoku puzzles. It uses the jboss rules (drools) inference engine and swt for the graphical library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Witz is a chess program that is designed to work with a Winboard interface.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Spillwords is a clone of the classic board game "Spill and Spell" currently written in Qt 3.1. As well as classic Single player mode, Spillwords features two multiplayer modes and three network modes plus artificial intelligence and dictionary support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Shared objects for algebra (moves) on various surfaces (game boards) including cylinders, helices, spheres, hemispheres, tori, Mobius' strip, Klein's bottles, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Color Expansion is a logical game with network play support. Strong AI included - try it! Also this project is the home for the Color Expansion AI contest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The interesting thing about this is the artificial intelligence. You probably do not want to play Tetris AI. It survives for more than 1000 lines and beats every human in multiplayer mode (due to its speed). Two differnt AIs can play against each other.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next