Showing 47 open source projects for "tic tac toe source code"

View related business solutions
  • Empower Your Workforce and Digitize Your Shop Floor Icon
    Empower Your Workforce and Digitize Your Shop Floor

    Benefits to Manufacturers

    Easily connect to most tools and equipment on the shop floor, enabling efficient data collection and boosting productivity with vital insights. Turn information into action to generate new ideas and better processes.
    Learn More
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 1
    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: 0 This Week
    Last Update:
    See Project
  • 2
    netToe is an enhanced version of the classic Tic Tac Toe. It is playable against a second player over a network (LAN, Internet etc..), against computer AI, or against another player on the same machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Qubic

    3D (4x4x4) tic-tac-toe

    A 4x4x4 tic tac toe game which uses GTK.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    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
  • Jscrambler: Pioneering Client-Side Protection Platform Icon
    Jscrambler: Pioneering Client-Side Protection Platform

    Jscrambler offers an exclusive blend of cutting-edge first-party JavaScript obfuscation and state-of-the-art third-party tag protection.

    Jscrambler is the leader in Client-Side Protection and Compliance. We were the first to merge advanced polymorphic JavaScript obfuscation with fine-grained third-party tag protection in a unified Client-Side Protection and Compliance Platform. Our integrated solution ensures a robust defense against current and emerging client-side cyber threats, data leaks, and IP theft, empowering software development and digital teams to innovate securely. With Jscrambler, businesses adopt a unified, future-proof client-side security policy all while achieving compliance with emerging security standards including PCI DSS v4.0. Trusted by digital leaders worldwide, Jscrambler gives businesses the freedom to innovate securely.
    Learn More
  • 5
    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: 3 This Week
    Last Update:
    See Project
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    board2D.js

    board2D.js

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

    Board2D.js is a JavaScript library that allows you to quickly develop 2D board games for the web. It is extremely easy to use and contains a very rich API. Download the ZIP, and extract it to a folder. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9

    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
  • Stigg | SaaS Monetization and Entitlements API Icon
    Stigg | SaaS Monetization and Entitlements API

    For developers in need of a tool to launch pricing plans faster and build better buying experiences

    A monetization platform is a standalone middleware that sits between your application and your business applications, as part of the modern enterprise billing stack. Stigg unifies all the APIs and abstractions billing and platform engineers had to build and maintain in-house otherwise. Acting as your centralized source of truth, with a highly scalable and flexible entitlements management, rolling out any pricing and packaging change is now a self-service, risk-free, exercise.
    Learn More
  • 10

    ProjetISN

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

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 0 This Week
    Last Update:
    See Project
  • 12
    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: 0 This Week
    Last Update:
    See Project
  • 13

    Nand2Tetris - TicTacToe

    Tic Tac Toe Game for the Nand2Tetris Project

    This is an implementation of the classic Tic Tac Toe game on the Hack computer as part of the Nand2Tetris project. The game features a 1 or 2-player mode with a computer-controlled player for single player games. The computer AI uses a 'minimax' algorithm and has 3 levels of difficulty - the Impossible mode is unbeatable!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ThreeSquares

    This project is a video-game

    Three Squares is a Tic-Tac-Toe video-game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tic Tac Toe - in its basic way

    Tic Tac Toe - in its basic way

    This program is a basic way of the "oldschool"-game Tic Tac Toe

    This program is a basic interpretation of the "oldschool"-game Tic Tac Toe. If you want to play, you have to download the JRE (Java Runtime Engine) which you can get from http://java.com/download . In most cases its installed already. This software uses the SuM-Libraries which are in the installation package. You could get them from http://www.mg-werl.de/sum/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    C-Tris
    It's a university project of a small Tic Tac Toe game developed in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    pktic

    Tic-Tac-Toe Impossible to win

    PKTIC is a game impossible to win, anyelse can test it, if you can win please, send me a ticket, and I will make it more impossible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an easy-to-use version of the famous Tic tac toe game, developed in c++ using the SDL library. This version handles a two player game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    Tic Tac Toe is a simple game written in Java. It features a Computer AI, Internationalization and an Undo function. It is my first complete app so don't expect too much.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    This is an intelligent NxN tic-tac-toe game, which you can play with in case you are bored with what you are doing. It knows way ahead when the game is a draw so you dont need to play till the end to be disappointed that you couldn't win!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yet Another Tic-Tac-Toe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Simple tic-tac-toe game in Qt 4 toolkit under terms of GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB