Search Results for "artificial intelligence projects in java" - Page 2

Showing 51 open source projects for "artificial intelligence projects in java"

View related business solutions
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    JOthi is the java-based game of "Othello". This project is son of the greater parent SourceForge project "JGames", that realizes the real game environment: JOthi only defines the "Othello" game rules and its specific AI players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Geared toward Artificial Intelligence development for chess. JFChess is written in Java, and is designed to easily integrate new AI's. It is also can play over LAN, Direct Connect, and IRC for competitive play!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cluedo, the murder mystery game in Java. Includes several maps (and mapping tools), AI players, configurable cards, sounds and multiple languages. In the pipe-line: networking support, improved graphics, and advanced artificial intelligence.
    Downloads: 8 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
    This package contains code for the game of EasyGo, a modified version of the original game of go. This package provides a simple API so that the users can code and test their own players. Thus one can not only play, but also program their own players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This Projects purpose is to provide a simple Engine to play a basic 2 player Strategy Boardgame. This engine allows you to write computer agents to experiment with AI techniques (minimax, alpha-beta Pruning, neural networks ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Play Gomoku against computer player. The computer player is implemented using a min/max tree with alpha-beta pruning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java Settlers is a web-based version of the board game Settlers of Catan written in Java. This client-server system supports multiple simultaneous games between people and computer-controlled opponents. Initially created as an AI research project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    BBalc is an open framework for the BloodBowl game. This library provides chess-computer like functions such as analysing the game and generating/proposing actions. The modular design allows users to extend existing analyse modules to fit their needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Battleship is a multiplayer game, but also against an artificial intelligence. It's written in Java and it has a client-server structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BoardWars is a teaching utility for computer science classes. It runs as a server supporting multiple turn based board games. The games are played by supplying the AI code in java or c++. BoardWars was funded by the University of Iowa
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JMorpheus is a highly configurable Othello application. Due to its modular design and well-defined interface, writing a new user interface or a computer opponent with artificial intelligence is an easy task for an intermediate Java programmer. This makes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A multiplayer implementation of a famous German board game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Network gaming environment for AI warriors. Offers an application server, a soccer game application, an observer module visualizing a match and a template code for the warriors development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    java checkers framework for developing ai checkers players
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Program of a machine which plays chess: it recognizes the chessboard, the position, the move of the opponent, and asks an external Chess Engine to reply to the opponent move. it is connected to a real robot which has an arm to manipulate the pieces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java Settlers of Catan is a Java version of the classic board game "Settlers of Catan". This game includes challenging computer AI players and supports multitouch inputs for gameplay on multitouch tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Sea Wars is a variation on Battleship, and provides an excellent testbed for artificial intelligence research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Automated MapMaker for the Diplomacy boardgame. Using Genetic Algorithms and some user-defined criteria, DipMap will try to generate a playable Diplomacy map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A java based backgammon game with support for network games, play on FIBS servers, and single player games against various complex backgammon AI's. Named after famous Greek who is regarded to have invented dice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jthello is an othello (reversi) clone written in Java. It is designed to run over a network and to implement/compare different computer player (A.I.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An interface to an artificially intelligent agent for playing Magic: The Gathering by Wizards of the Coast. And one or more agents for static or adaptive playing of the game against other artificial or human players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AI software with the ability to play Checkers. The UI is very simple due to focus remain at the artifical intelligence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JavaGO is an Open Source Java library for the Game of GO (weiqi, baduk) analysis. Implements: base game classes, montecarlo simulations, SGF reader/writer, game variants, GTP, etc. Elegant interfaces/class design. Speed efficient w/small footprint. TDD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ataraxia will provide a generic internet gaming framework in java. Board, table, card games will be easy to be developed! bridge, hearts, spades, rummy, go, connect-4, chess, checkers, monopoly, risk, mahjong and more will come! JXTA P2P will be tested.
    Downloads: 0 This Week
    Last Update:
    See Project