Rogan Murley

Results 9 comments of Rogan Murley

I guess we should show different buttons on the replay end screen. Perhaps "Watch again"?

As of today the replay no longer shows buttons.

This is a difficult one. Right now the AI uses a greedy heuristic, and despite what it may seem it doesn't actually look ahead, so doesn't know when a game...

I tested this and it seemed to work nicely, thanks! In the initial implementation I figured that just randomly playing cards was better than giving up, as it could open...

I've reverted this change because I've realised that the above situation is more likely than I thought. If the `CPU` could win by playing two cards it just gives up.

Right now the replay is always from the perspective of `PlayerA`, the first player to join the game (always the CPU in an AI game). We should definitely default to...

Thanks for sharing this, It's really awesome to see somebody using Hitagi in action! It's also definitely highlighted things I need to document better.

An SVGRenderSystem sounds interesting! Let me know how it goes. The stale branch https://github.com/RoganMurley/hitagi.js/tree/matterjs-physics has a partial implementation of matter.js physics, if that's of interest to you as a reference.