Board game advices

Hello everybody,
I’m french so sorry for my english :wink:

I’m a c++ programmer and I’m learning ue4/ue5 blueprints.

I start a board game project (the yathzee board game, with dices), but I’m a little bit lost with unreal blueprints architecture…

This is a local multiplayer so do I need to create more than one player (if yes, pawn ? Character ?) ? More than one player controller ? (because there is no character to control in the game… In fact this is a boardgame…)
Or do I need to simulate players with simple BP actors and have only one player controller ? (each one with an index, a score,…)

I’m really really lost with the player/controller in unreal…

Please help me :wink:

Thanks a lot !