Skip to content

Fun multiplayer dot collision game similar to agar.io built on Node.js. This was created using Vue and Node.js and CSS/HTML for styling. This app uses Web sockets to broadcast messages about color, location, and size to allow multiplayer compatibility.

Notifications You must be signed in to change notification settings

Anjoliekate/Dot-Collision-Game-Websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Collision Game | Websockets

Dot collision game similar to Agar.io, constructed using HTML canvas element and Node.js to broadcast messages containing players:

  • x position
  • y position
  • radius
  • name.

Once the client joins the server creates a unique id for the current player, the player can then decide their name and begin colliding with other randomized static dots on the canvas. As players collide with dots their size is increased by the radius of the static dot. The players radius is displayed on the leaderboard and displays them from largest to smallest.

This application has been deployed and can be demoed here: https://s24-websocket-anjoliekate.onrender.com/

Screenshot 2024-05-01 at 9 25 47 PM Screenshot 2024-05-01 at 9 26 12 PM

About

Fun multiplayer dot collision game similar to agar.io built on Node.js. This was created using Vue and Node.js and CSS/HTML for styling. This app uses Web sockets to broadcast messages about color, location, and size to allow multiplayer compatibility.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published