Skip to content

yyjhao/HTML5-Gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published