Functional Reactive F# - Storing States in Games

后端 未结 5 1458
借酒劲吻你
借酒劲吻你 2021-01-31 04:34

I am a student currently learning about Functional Reactive paradigm using F#. It\'s radically new viewpoint for me. Yesterday I learned about creating a simple ping-pong game u

5条回答
  •  孤城傲影
    2021-01-31 05:09

    Elm is a modern FRP implementation. For modelling dynamic collections which are ubiquitous in games such as Space Invaders, it contains an Automaton library based on the concepts of arrowized FRP. You should definitely check it out.

提交回复
热议问题