Freddicodes / durak

An online version of the very popular game durak.
0 stars 0 forks source link

Are we going to use a game engine? #1

Open andreix86-64 opened 1 year ago

andreix86-64 commented 1 year ago

The tech stack only specifies Blazor as a front-end framework. However, we should only use it for the UI elements, presentation pages, and matchmaking. Of course, we could use the vanilla html5 canvas and create our own game engine, but this could be very time-consuming, especially if we want to have good-looking graphics.

Freddicodes commented 1 year ago

Which game engine would you recommend for this use? At the moment the plan is to implement the game logic ourselves. 🦄