Ultimate Air Soccer
About
Ultimate Air Soccer
It is a charming mixture of air hockey and football. Try to shoot the ball into the goal by skillfully controlling your figures. You have to anticipate your opponent's move and trick him.
The multiplayer mode works well and has been tested properly. However, another player must of course be online at the same time. I recommend making an appointment with friends beforehand.
Technical backgroundThe game use the Phaser 3 game framework (https://phaser.io/phaser3). For the physic simulation, this games uses the build in MatterJS engine.
The most challenging task was to get the physic simulation running on different browsers and system in sync. This was due, that browsers on different system uses different implementation for mathematical like Math.sin(x).