Showing 72 open source projects for "java tic tac toe"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    tic-tac-toe for Windows

    tic-tac-toe for Windows

    Command Line tic-tac-toe Game for Windows

    The Classic 3 x 3 Tic-Tac-Toe game on the Windows terminal with an easy-to-use interface and negligible disk space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    tic tac toe AI

    tic tac toe AI

    simplest AI programme of tic-tac-toe game

    This is a program of tic tac toe game it currently is the 1.0 version of this this is my program - an AI program which plays tic-tac-toe, it is an AI program which is given knowledge on the basis of my previous analysis and knowledge about playing tic-tac-toe. I have made it to be playable with players right now but I can make it for AI vs AI, AI vs player, player vs player as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Kaata Zero (Tic tac toe)

    Kaata Zero (Tic tac toe)

    Tic-Tac-Toe game for Windows (also known as Kaata Zero)

    Kaata Zero is a lightweight **Tic-Tac-Toe** game for Windows — the classic 3×3 grid game where two players take turns marking spaces until one gets three in a row horizontally, vertically, or diagonally. Built with **Java Swing**, Kaata Zero runs on any Windows PC with **Java Runtime Environment (JRE) 1.8 or newer**. It is simple, family-friendly, and works fully offline — ideal for passing time at home, school, or work. ### Game modes - **Player vs Computer** — You play **X**, the computer plays **O** - **2 Player** — Two people take turns on the same keyboard and screen ### AI difficulty - **Easy** — Random moves - **Medium** — Mix of tactical and random play - **Hard** — Minimax strategy (strong opponent) ### Scoring - Easy win: **+50** points - Medium win: **+100** points - Hard win: **+200** points - Draw: **−50** points - Loss: score resets to **0** ### What makes it enjoyable - Five color **skins**: Classic, Midnight, Ocean, Forest, Cand
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

    Delphi Java - VRCalc++ OOSL (Script) and + (Binary Exec Distro)

    Vincent Radio {Adrix.NT} Embarcadero : Delphi : Executable Binaries Delphi : VRCalc++ Object Oriented Scripting Language : Engine + Ext Libraries VRCalc++ OOSL Visual Stage Project : VCL & FMX (FireMonkey) VRCalc++ Script Executor: - VCL Console - Terminal Console - FMX Console + VRCalc++ OOSL : VR System Scripted Standard Runtime Library Delphi Applics - VR Multi Editor : Smart Text Editor - VR Lazy Code Editor : Smart RTF Multi Lang Code Text Editor - VR Astro Vision...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XR3TicTacToe

    XR3TicTacToe

    Wonderful Java Tic Tac Toe game

    Comments: A Tic Tac Toe game made in Java using Swing Library. GitHub Repository : https://github.com/goxr3plus/XR3TicTacToe ### PS Java 1.8.0_141 ++ Required ! Download Java 8 here : ( https://www.java.com/en/ )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tic-Tac-Toe with SFML

    Tic-Tac-Toe with SFML

    First little SFML Game, made with C++

    Funny Little tic-tac-toe. You can download it in Windows. you can play against your PC or against a friend. It shows your points and a highscore. Reorganized Code!!!*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Vocaluxe
    Vocaluxe is an open source singing game inspired by SingStar™ and Ultrastar Deluxe. The code is hosted on github: https://github.com/Vocaluxe/Vocaluxe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
  • 10
    TicTacToe

    TicTacToe

    Naive AI Enabled Tic-Tac-Toe Game

    It is a simple Tic-Tac-Toe game and you can play with the computer too! The computer has two AI-Players, having two levels of smartness. It is almost impossible to beat the hard level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    board2D.js

    board2D.js

    A JavaScript game library to quickly develop board games for the web

    ...Inside it, the "lib" folder contains the javascript library file. You can include it in your projects as-is. For an example of how to use the library, you can find two mini samples of tic-tac-toe and chess in the examples directory. There is no API manual currently, but if you use an editor like Brackets, it will show you the list of functions. Just do not call the functions which start with "__" as those are meant for internal use by the library itself. There is a readme file included in the ZIP which shall get you started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Tic Tac Toe

    Exciting Tic Tac Toe game full of features

    ...If you run a Linux distribution (Ubuntu, Fedora, OpenSuse, Mint etc.) just install Wine and the app will run on Linux as well! Check the section below for the main features. I'm still updating this Tic Tac Toe, always check this website for a newer version The Source Code is in the archive
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    connectX

    Java-API for developing connect-four-like games (tic tac toe).

    Java-API for developing connect-four-like games (tic tac toe). There are a few variations to the classic connect four set. It can be played by more than two remote players (clients).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TicTacToe

    TicTacToe

    Tic Tac Toe game with clever computer player

    This is a LabVIEW implementation of the Tic Tac Toe game. Players can be human or AI. The AI has two settings: dumb and intelligent. The dump setting places tokens by random, the intelligent setting plays the best possible move by running a MiniMax algorithm. The executable requires the LabVIEW Run-Time Engine 2014 - (32-bit) available for download here: http://ftp.ni.com/support/softlib/labview/labview_runtime/2014/Windows/f2/LVRTE2014f2std_downloader.exe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    ProjetISN

    A Tic-Tac-Toe project for our High-School

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Tic-Tac-Toe

    Juego del tres en raya

    Juego del 3 en raya creado como ejemplo para el blog Vamos a crear videojuegos (http://vamosacrearvideojuegos.blogspot.com.es).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    X and O

    Tic-Tac-Toe (X and O)

    Simple game called "Tic-Tac-Toe", realized on Java. It's just a game, that allows to play game only Human vs Human, and also it has it's own interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TicTacToe 3D

    A java desktop game to play tic tac toe in a new way on a 3X3X3 cube!!

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An Open-Source Tic Tac Toe game written in the Java programming language. Originally written for an Intro to Computer Programming course, later slightly modified for better code optimization. The source code and the executable (.JAR) will be provided in
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Tak Tik Tuk

    Tic Tac Toe board game

    Sampling based implementation of Tic Tac Toe board game. Computer player uses previously gathered information to play the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tic tac toe game
    Tic Tac Toe The Return is a simple graphic game written in Java. It is a port of mptris to the Java platform. mptris is a text-mode tic-tac-toe game written in C language. I wrote both to get some confidence with the programming languages. In the Download section (Files) you can also find the sources of the Windows Phone 8 port and of the ancient console mode versions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Tic Tac Toe

    this is tic tac toe or zero cross game(for windows os)

    Tic Tac toe is old classic game ,In this game you play with computer and make a sequence of three cross to win this game.this game only work on windows platform.This game built in c# language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Tic Tac Toe

    TicTacGame for tow players and aginst PC

    for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Tic Tac Toe

    Tic-tac-toe enjoy

    ...The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game. Free Games, Online Games, Play Games, Tick-tack-toe, Tic-tac-toe, Tick-tat-toe, or Tit-tat-toe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tic Tac Toe

    Tic Tac Toe

    Tic Tac Toe Game

    You can play with computer or 2 player. Multi Fun, Try it out and Enjoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next