It's a 3D-style pong game written in pure Javascript.
I created this game in 2011 (13 years ago) in pure ES5 Javascript (without any frameworks). The game was developed for a competition showcasing the HTML5 capabilities of Microsoft Hungary, and it secured the second place in the competition.
Later on, I also created a multiplayer version of the game.
- The game is deployed to Github Pages with Github Actions
- The highscores is rewritten from PHP + MySQL to Cloudflare Workers + D1
- The multiplayer server is written by Node.js (v0.8.x not v8.0) and deployed to Fly.io
Push the commits and GH Actions will deploy to Github Pages
cd workers
npm run deploy
fly deploy
Copyright (C) 2024 Icebob