Hacker News new | ask | show | jobs
by hellbanner 3963 days ago
Any examples of good tile-based board games written in React (or other JS frameworks)?
3 comments

An example is chessground [1], the UI for the lichess [2] chess game, written with Mithril [3].

[1] https://github.com/ornicar/chessground [2] http://lichess.org [3] http://mithril.js.org

Thanks & thanks @mikemintz & baddox, this is exactly what I'm looking for.
I made a simple chess app with React and RethinkDB: https://github.com/mikemintz/react-rethinkdb/tree/master/exa...