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
- Host: GitHub
- URL: https://github.com/jvanbruegge/gui-technologies-for-web-applications
- Owner: jvanbruegge
- License: bsd-3-clause
- Created: 2018-06-13T10:17:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T09:58:10.000Z (about 8 years ago)
- Last Synced: 2024-12-26T07:08:19.737Z (over 1 year ago)
- Topics: chess, cyclejs
- Homepage: http://jvanbruegge.github.io/GUI-Technologies-for-web-applications
- Size: 2.81 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
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).*