Woonggi Eun

Home Projects Resume

Game Server Implementation with Pong

I implemented the classic game 'Pong' with JavaScript and Node.js. The server handles users info, users' inputs and simple physics for the ball and players. Server is made with Node.js and Socket.io, and the client is made with Vanila JavaScript and some HTML/CSS.