Package Exports
- ludorum
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ludorum) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ludorum
Ludorum is a board game framework. It is not focused on graphics or user interfaces, but on artificial players design, implementation and testing. Among other things, it currently includes:
Players based on MiniMax with alfa-beta pruning, MaxN and Monte Carlo Tree Search.
Simple reference games, like Tic-tac-toe, Toads and Frogs, Odds and evens, Pig, 15 puzzle and more.
It supports loading with AMD (with RequireJS) or a script tag (sets ludorum
in the global namespace).
License
Open source under an MIT license. See LICENSE.
Development
Development requires NodeJS. Download the repository and run npm install
to install: RequireJS, Grunt and some of its plugins.
Contact
This software is being continually developed. Suggestions and comments are always welcome via email.