This shows you the differences between two versions of the page.
code_examples [2014/02/11 01:19] mbrowne created |
code_examples [2024/12/29 02:30] (current) mbrowne [Community Examples] |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Community Examples ===== | ===== Community Examples ===== | ||
- | |||
- | **Snake Game**\\ | ||
- | Written for the Haxe DCI Library\\ | ||
- | Author: Andreas Söderlund\\ | ||
- | https://github.com/ciscoheat/SnakeDCI | ||
**Simple Shopping Cart**\\ | **Simple Shopping Cart**\\ | ||
Line 15: | Line 10: | ||
https://github.com/DCI/scaladci/tree/master/examples/src/test/scala/scaladci/examples | https://github.com/DCI/scaladci/tree/master/examples/src/test/scala/scaladci/examples | ||
- | **Restaurant Simulation**\\ | + | **Library Borrowing Machine**\\ |
- | Written for the Haxe DCI Library\\ | + | A simulation of a library machine used for borrowing library items\\ |
Author: Andreas Söderlund\\ | Author: Andreas Söderlund\\ | ||
- | https://github.com/ciscoheat/haxedci-example/tree/master/src/dci/examples/restaurant | + | https://github.com/ciscoheat/haxedci-example |
+ | |||
+ | **Snake Game**\\ | ||
+ | An implementation of the classic Snake game\\ | ||
+ | Author: Andreas Söderlund\\ | ||
+ | https://github.com/ciscoheat/SnakeDCI | ||
+ | |||
+ | **Turtle Graphics**\\ | ||
+ | A modern variation on Turtle Graphics showcasing multiple related mental models in nested contexts\\ | ||
+ | Author: Matt Browne | ||
+ | https://github.com/mbrowne/dci-examples/tree/main/turtle-graphics\\ | ||
+ | Online demo at https://codesandbox.io/p/sandbox/turtle-graphics-dci-example-6p6zsj?file=%2Findex.js |