Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 875 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 875 Bytes

Agario_JS_multi

A remix of the game Agario using P5 JS library and making it available online for multiplayer !

Socket js

A simple use of the socket npm package to allow multiple connection to a server and draw in a Canvas. Play with it here : https://socket-js-online.herokuapp.com/ How to : open multiple tabs or use another computer, when you clic it will show a circle and either leave a trace or just maintain the circle where you press the cursor. The other active connection to the app will get to see your drawing !

Agario Local 1p

Simplified version of Agario for one player, you can play it there : https://godeta.github.io/Agario_JS_multi/agarioLocal1p/index.html

Agario online multiplayer in JS

The remix of the game agario hosted on Heroku, link : https://agario-online-mult-remix.herokuapp.com/ I am still improving and updating the game.