GithubHelp home page GithubHelp logo

narigo / tic-tac-ku Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codastic/tic-tac-ku

0.0 3.0 0.0 5 KB

Node cli implementation of the board game Tic Tac Ku with bots to play against.

License: Other

JavaScript 100.00%

tic-tac-ku's Introduction

Tic Tac Ku

Node cli implementation of the board game Tic Tac Ku with bots. The idea of this project is to let different bots play against each other.

The game

The game is a variant of the classic Tic Tac Toe but with a twist which makes it much more strategic. You can find the rules here: http://www.colorku.com/Documents/TicTacKu%20Directions.pdf

Run the game

Human vs Human: node run.js human human Human vs Random: node run.js human random

You can basically choose any player from /src/player. You can even let two bots play against each other.

Test

There are no tests. Sorry for that. But please use the linter with npm test.

Contributing

Please feel free to contribute with any pull requests.

If you want to add your own AI, create a player with your name under /src/player/[name].js or as a subfolder with an index.js like /src/player/[name]/index.js. You have to implement the interface of /src/player/base.js`.

tic-tac-ku's People

Contributors

webholics avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.