Creating pong game using ZkNoid Framework, Pong game is similar to table tennis in 2D format where there are 2 players each have a paddle to stop the ball from going behind their sight.
Pong game played by 2 players, and each operation is verified by mina protocol. The game initially authenticates the players using web3 auth and adds them into lobby queue where they bid a price to play against, when the bid matches with other player the game starts and whosoever scores highest in 5min wins the game and all the bid money stored in a contract goes to winners wallet.
Project uses ZkNoid infrastructure for chain contracts and game functionalities such as lobby functionality, code is written in Typescript.Pong game played by 2 players, and each operation is verified by mina protocol. The game initially authenticates the players using web3 auth and adds them into lobby queue where they bid a price to play against, when the bid matches with other player the game starts and whosoever scores highest in 5min wins the game and all the bid money stored in a contract goes to winners wallet.