Is there a good resource on category theoretical or linear logical game design?
Boardgame.io: State management and more for turn-based games
11–20 of 96 posts
Re: Boardgame.io: State management and more for turn-based games
#12Re: Boardgame.io: State management and more for turn-based games
#13Earlier quoted context omitted.
Can you explain this more? What do you mean by "category theoretical" game design?
You model things in the game using category theory.
Re: Boardgame.io: State management and more for turn-based games
#14Re: Boardgame.io: State management and more for turn-based games
#15Re: Boardgame.io: State management and more for turn-based games
#16If the person who made this is around: I'm the author of Fireplace (https://github.com/jleclanche/fireplace/), a Hearthstone simulator, and I worked a ton on the Hearthstone game state protocol (docs: https://hearthsim.info/docs/gamestate-protocol/). Hit me up by email (profile) or Discord (jleclanche @ https://discord.gg/hearthsim-devs), I bet we could have a really interesting knowledge exchange :)
This is making me want to try to implement a Hearthstone prototype in it to see if it's feasible. I've been dying to implement a copy-on-write Hearthstone simulator. Although this seems to tie the game logic with the protocol quite tightly, which hopefully is fixable or can be worked around; one of the designs I worked on with my simulator was a pluggable game state protocol to allow separation of a game state server that dispatches the gamestate data from the simulator itself that could then be implemented in any language. Incidentally, this allowed our Hearthstone replayer (written in React: https://github.com/HearthSim/Joust) to connect to "real" games and be a live client, in a way that is eerily similar to this project's showcase.
Re: Boardgame.io: State management and more for turn-based games
#17Is there a list of some games that were built using this cool framework?
Re: Boardgame.io: State management and more for turn-based games
#18Re: Boardgame.io: State management and more for turn-based games
#19Is there a good resource on category theoretical or linear logical game design?
http://www.cs.cmu.edu/~cmartens/thesis/
(or some of the shorter papers on her website)