Showing 196 open source projects for "toe"

View related business solutions
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 1
    Kolumns is inspired by Sega's Columns. The game is a mixture of Tetris and maybe Tic-Tac-Toe (the goal is consecutive blocks of the same color). Nice graphics. Easy & fun to play! The game runs on KDE 3.x for Linux or other Unix-like platforms. Do
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a tic-tac-toe clone written for KDE. It incooperates various AI opponents that can play against each other or against a human player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Quatris is a very simple game like tic-tac-toe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    Tick-Tack-Toe 3D is intended to be a game "package" allowing the user to play an extended version of the classic tick-tack-toe game. Instead of playing on a 2D-sheet the game will be in 3D, that is the game area is a 4x4x4 cube.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This implementation of tictactoe can have an NxN sized board, where N is an odd number >= 3. What makes this implementation different from others is that it does not use lookahead, and still never loses. It is more of an experiment than anything else.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A 3-D Tic-Tac-Toe game using OpenGL to allow the board to be rotated and viewed from different angles. 3-D Tic Tac Toe is played on 4 4x4 boards (64 total squares) and the game is won when a player gets 4 pieces in a row.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    english: A Tic-Tac-Toe game in python with the idea of put the computer teatching his oponent how to win or don't lose the game with nice comments while he plays portugues: Um jogo do galo em python com a ideia de por o computador a ensinar o jogador
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Collection of board games (like tic-tac-toe) for QT, GTK and console. 4-in-a-row and tic-tac-toe implementations for now.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 10
    GOX is a learning Naughts-and-Crosses (a.k.a. Tic Tac Toe) for GNOME. The program starts off as a very weak player. It learns from its mistakes, and eventually plays well. Intended for young children who would be frustrated by a perfect player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    toe is a small programming language and compiler. It is imperative, typed, has case sensitive identifiers and has garbage collected memory management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Tic-Tac-Toe

    Mirror of github repository

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The goal of the project it to learn how to use Neural Networks, and teach one how to play tic tac toe, and get to the never losing ability that most people can play at.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Scheduling app which is designed to replace the windows scheduler, features a graphical ui and output results to different place (e.g. printer, file, email etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Ultra-Tic-Tac-Toe

    A Simple game. Programmed in C. Run in console.

    Version History Version 0.1 to 1.1 which are named "Tic Tac Toe" are the next generation of game (named "Ultra Tic Tac Toe") base. Version 1.2 Beta to 2.2 are named "Ultra Tic Tac Toe". Version 2.2.0 is another version of 2.2 which read choices from file. you can edit text file in directory to check another situation. How to play UTTT First select one block then first player select a cell into the block,then second player select his choice into the block with first player cell number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TIc Tac Toe Clone

    Tic Tac Toe with a twist (or two)

    A game based off Tic Tac Toe, where the board and winning conditions are variable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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. Human Vs. Human 2.Human Vs. CPU [Future enhancement] 1.Add network support 2.Add nice GUI (I'm newbie to the graphic programming...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

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

    JQuon TicTacToe

    A Console Window version of Tic-Tac-Toe

    This is an executable version of tic-tac-toe. This game is currently in console version for C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    Academic project for the game of TIc Tiac Toe, with a variation of 1 more row and 1 more column that the usual one. Also it will be with a 3D logic and interface
    Downloads: 0 This Week
    Last Update:
    See Project