An open API service indexing awesome lists of open source software.

https://github.com/jvanbruegge/gui-technologies-for-web-applications

The source and slides for our Seminar 2018
https://github.com/jvanbruegge/gui-technologies-for-web-applications

chess cyclejs

Last synced: 5 months ago
JSON representation

The source and slides for our Seminar 2018

Awesome Lists containing this project

README

          

# Cycle.js

Cycle.js is a functional reactive proramming framework for the Web.

This repo contains the [slides of the talk](/docs) (hosted on [GitHub Pages](http://jvanbruegge.github.io/GUI-Technologies-for-web-applications)).

The [demo project](/demo) is a chess game. You can [play it here](https://jvanbruegge.github.io/GUI-Technologies-for-web-applications/demo/). Note that it currently only implements the basic movement logic and no further game rules.

*The code is licensed either under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) or the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) license. The slides are licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode.txt).*