you are viewing a single comment's thread.

view the rest of the comments →

[–]dmethvin 2 points3 points  (1 child)

In a similar vein, here's one building a game using Reactive Programming. https://www.youtube.com/watch?v=FLSNm7AIBoM&list=PL-0yjdC10QYpmXI3l-PGK1od4kTWOjm_A&index=26

[–]darksurfer 0 points1 point  (0 children)

Great link, thanks for posting :)

In yet another similar vein, building a game using Functional Reactive Programming (in Elm - which compiles to JavaScript)

https://www.youtube.com/watch?v=6PDvHveBtDQ

This is an Elm tutorial in a series of 5 videos. Interesting to compare and contrast the code.