Search Results for "tic tac toe algorithm java minimax" - Page 2

Showing 46 open source projects for "tic tac toe algorithm java minimax"

View related business solutions
  • 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
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Tic Tac Toe Game is Developed By Me and I have Included all the Source Code along with the Game.. So You can edited as You want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tic-Tac-Toe
    Another project based on the famous Tic-Tac-Toe game. The AI is based on the Minimax algorithm. Design: Julian Kuntorov ( http://juliank.eu/ ) , Development: Me :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Java tic tac toe
    An simple tic tac toe game made in java for fun and by boredom :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A traditional, but addictive java game developed by Wonjohn Choi in G.Y.G.D. (Global Youth Game Developers)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Simple Tic Tac Toe game. Allows multiplayer on one computer, mutiplayer between computers with communication through included game server. Also has single player mode where you can play against computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Basic tic tac toe game which uses neural networks to learn moves and play better. The neural networks used in this program are created using neuroph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Velhinha is a very simple Java Me Tic-Tac-Toe game, with two levels - easy and normal. It is to be used as a training example of Java ME programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java based client / server online games engine & API for easy creation/running of real-time multiplayer games. Games include Battleships, Camelot, Checkers, Chess, Connect 4, Dots, Go, Octagons, Texas Hold'em Poker, Reversi, Spades, Tetris & Tic-tac-toe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Projet Java-IHM : Jeu de Morpion (Tic-Tac-Toe) réalisé sur le modèle du patron de conception MVC, avec l'utilisation des bibliothèques graphiques AWT et Swing. Jouable à deux ou seul contre l'ordinateur (avec IA très limitée).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Video games written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The games are Card Bet, Mad Libs, Rock Paper Scissors, Secret Phrase, Tic Tac Toe. This was a Java final project that I had to do in college.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This software enables two clients to play a two dimensional tic tac to game under the surveillance of the server.It is platform independent game.It makes use of multi-threading in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Players take turns to choose spots on a board, the winner is the 1st player to make the required connection amount in any direction. Features: 2player, networked game, AI, and gameplay settings Other: Network chat and preset games(Tic-tac-toe & Gomoku)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Libraries for J2ME (Java mobile portable devices, such as cellphones). Environment is CLDLC 1.0 / MIDP 1.0. Has some MIDP 2.0 wrappers. Has sample games, such as Tic-Tac-Toe, Checkers, Su Doku (Su Do Ku).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Neural networks evolution (genetic algorithm) written in Java. Now neural networks try to playing Go, Tic-Tac-Toe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JMorpion is a Tic Tac Toe game with AI player developped in Java. You cant win when you play it! You can change the skin and play sounds. Required Java 1.4(for compatibility).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Alpha - Beta algorithm and an item estimation in games such as Checkers, the Chess, Tic-tac-toe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JTicTacToe is a java implementation of the Tic Tac Toe board game. It is fully platform independent and playable via the internet so that friends can compete online. A nice simple graphical user interface is available, and possibly, also a text-based vers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Tic Tac Toe AI

    [Tic Tac Toe : AI version]

    [Tic Tac Toe ] Tic tac toe is a popular game almost all were played @ some point of their life. Its my sincere effort to make this game more interactive and more interesting. (http://en.wikipedia.org/wiki/Tic-tac-toe) [MiniMax] Current project works on MiniMax algorithm. (http://en.wikipedia.org/wiki/Minimax) [Project Info] Current game has 2 modes 1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    DEGTicTacToe

    Small tic-tac-toe game for educational purposes.

    Small tic-tac-toe game. This is a private project to support my course "Informatik II" in the "Medientechnik" program at the Deggendorf University of Applied Sciences. We start with a simple Java program with text input/output which is then enhanced to use graphical output, graphical input, and finally a computer opponent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Yet another tic tac toe game in java. Except with a, hopefully, better AI when playing 4x4, 5x5 grids.
    Downloads: 0 This Week
    Last Update:
    See Project