When the last two-player slime volleyball site went down after the death of Adobe Flash sometime in 2015, I coded up a slime volleyball project myself using Javascript (Easel.js). This is the first Javascript program I ever made, and I'm reasonably happy with how it turned out. The physics of the game are due to Quinn Pendragon's original Slime Volleyball game, I mostly made the UI and implementation.
The two Slimes can be commanded using w,a,s,d, and the arrow keys. Hitting 's' or "down" will make the slime be "on fire!". 'p' and 'r' are pause and resume respectively. The game ends when one slime's score gets to 10. Hit Enter to restart.
The two Slimes can be commanded using w,a,s,d, and the arrow keys. Hitting 's' or "down" will make the slime be "on fire!". 'p' and 'r' are pause and resume respectively. The game ends when one slime's score gets to 10. Hit Enter to restart.