worhello / twentyfive-js

Package containing the core logic and gameplay loop for the Twenty Five card game
MIT License
0 stars 0 forks source link

TwentyFive-JS

Twenty Five Card Game Library

worhello

A web app using this library can be tried out here!

This library aims to provide an implementation of the core Twenty Five card game rules, which can then be consumed in a server or client environment. As part of this, there are no raw require calls outside of tests. Instead modules are exposed either as modules or as objects in the window object, depending on whether the code is running (server or client).