Updating element position in Blazor

So I am making a brick breaker game in Blazor to kickstart my webdev journey. I was able to wrap my head around css and razor pages thanfully. The problem i have is getting the objects to move and update according to x y parameters. I'd like to get help on how to implement this. The game is one i previously made on winforms and thought would be interesting project to make a web game out of it.
No description
1 Reply
Yordle_Breeder
Yordle_Breeder3mo ago
All the collision detection was done on the ball as well. This is the physics of the ball on the winforms version "https://paste.mod.gg/byuszoemxgyn/0"
BlazeBin - byuszoemxgyn
A tool for sharing your source code with the world!