codeblog/2012/2012-01-17-declarative-game-logic-afrp.md at master · leonidas/codeblog · GitHub
ID: a7267aac-8487-4f49-b4cf-df3a59fc23c5 ROAM_REFS: https://github.com/leonidas/codeblog/blob/master/2012/2012-01-17-declarative-game-logic-afrp.md REVIEW_SCORE: 0.0 MTIME: [2024-12-25 Wed 15:54]
Purely Functional, Declarative Game Logic Using Reactive Programming
In the previous article I introduced the Coroutine data type. In this second part I will show how coroutines can be used to implement a fixed time-step reactive programming library and use that library for modeling a simple game. The code examples will require a basic proficiency in reading Haskell code.
Related: Functional Reactive Programming
This node is a singleton!