[go: up one dir, main page]

Showing 28 open source projects for "gomoku"

View related business solutions
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Custom size TicTacToe (Gomoku)
    This is a custom size TicTacToe(Gomoku) game, where you can set the number of in-a-row, the grid(playboard) size, square size and the O and X symbol size in predefined limits. The game is for everyone looking to sharpen their attentive and logical skills, great for teaching children and great entertainment for adults too. • Highly customizable • No installation needed • Easy to use interface Please take into account that I am a self-taught developer coding only for a few months, so I...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Piskvork
    Gomoku (five in a row) and Renju game which has a skinable board and external artificial intelligences from China, Hungary, Czech Republic, Russia, Japan and USA. The board size and time limits are customizable.
    Leader badge">
    Downloads: 78 This Week
    Last Update:
    See Project
  • 3
    Piskvorky

    Piskvorky

    Game for two players know as 'five in a row' or 'gomoku'.

    Piskvorky is 'five in a row' (also know as 'Gomoku') game. Small project provides customization and offer basic AI. Written in C++ with Qt framework. Feedback is always welcomed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Easy MCS Gomoku
    Monte Carlo search of Gomoku AI using with Piskvork. It's easy and playable. This AI only support Free-style gomoku and there is NO ban move.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 5
    gagomuku
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    gomoku

    五子棋程序 第一个svn项目- -

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

    e-piskvorky

    Hra piškvorky - Game gomoku

    Online hra typu piškvorky pro více hráčů. Online game gomoku for more players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gimoku game for linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Link Five

    Link Five

    Link five, also known as 5-in-a-Row,is a traditional oriental game.

    Link five, also known as GoMoku or 5-in-a-Row, is a traditional oriental game played with black and white stones on a 19x19 GO board. It is a simple game, more like Tic-Tac-Toe than GO. It's relation to GO is similar to that of Checkers to Chess. In this game, you can play with the computer AI. You can select the difficulty(simple, medium, hard). You can also set the background music.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • 10
    Architect I Gomoku (Engine with GUI)

    Architect I Gomoku (Engine with GUI)

    Gomoku Game: Playing with Computer

    This is the first step of a board game engine development plan "Architect". The first version will be playing the classical Gomoku game, and this version is called "Architect I". This project also shows the rich features of the next generation Java graphical user interface. The GUI of this application was built using JavaFX 2.0 which was entirely written in Java. Although as been announced, JavaFX 3.0 will be integrated into JRE in next year, at this point, you still need a separate runtime...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Cute Gomoku is an AI gomoku game. It's written in C++ with Qt4 and should be able to be built on any platform where Qt4 is installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    gobang
    Gobang is an old popular board game played in Asiatic countries with many variations and names like Gomoku and five-in-the-row. Using black and white stones, each player try to form a line with five adjacent stones of his color. Try it!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    ddamok is a board game, that unite go(known as baduk) with omok(known as gomoku, piskvorky or wuziqi). ddamok runs cross-platform and you can do multiplay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Go-Mo-Cult is an implementation of the board game Gomoku (also known as "five in a row").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    [AmObA] is a freeware, as of 2008 open source gomoku (5 in a row) clone written in Delphi 6. Since i dont develop the project any further, i published it as a free-to-take project on sourceforge.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XOMaster is a fairly strong AI five in a row (free-style gomoku) player. It implements a simple interface and an alpha-beta search function with a fast eval function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tick5 is a board game known as gomoku, omok, piskvorky or wuziqi. Tick5 has a built-in AI and also allows users to build their own AI with script language Lua. Tick5 runs cross-platform and has both GUI and textual version.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    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
  • 20
    JCaro is a version of Gomoku, an popular game. It was written by using J2ME and can run on mobiles supporting Java. It is very small, just 6kb, and can run unchanged on any device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Play Gomoku, a connect 5 board game, against an AI player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    gl-Moku is a circles-and-crosses (gomoku) game, with a twist: the game board is the surface of a torus, and thus it folds upon itself. It uses OpenGL & SDL for graphics. TCP/IP internet play supported, and there is an AI to practise against.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    kik5 is something like gomoku, the differences are that there are no theoretical limits of game field but screen size. If point is granted then every not striked out field is in the game. See screenshot for on homepage for better understanding the idea.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Gnomoku is a GTK+/GNOME version of the game of gomoku. It includes a fairly strong AI player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next