yyjhao / HTML5-Gomoku

Gomoku in HTML5

Home Page:gomoku.yjyao.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomoku (with AI!) written with HTML5 technology

The game supports both mobile and desktop (heck, it can even be an iOS webapp).

I use JQuery Mobile for the interface.

The AI is based on the nega-scout framework, with same caching using JavaScript Object as a hash table. It runs parallel to the page using the HTML5 Web Worker.

Other details can be found in my blog post

License

MIT

About

Gomoku in HTML5

gomoku.yjyao.com

License:MIT License


Languages

Language:JavaScript 100.0%