Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 1.2 KB

032.1-agar.md

File metadata and controls

33 lines (29 loc) · 1.2 KB
title redirect_from video_number date video_id repository web_editor links parts contributions
Agar.io - Part 1 (Basic Game Mechanics)
CodingChallenges/32.1-agar.html
32.1
2016-08-16
JXuxYMGe4KI
CC_032.1_agar.io
J3BZeLP02
title url
Agar.io on Wikipedia
title url
Agar.io - Part 2 (Networking with Socket.IO and Node.js)
/CodingChallenges/032.2-agario-sockets

In this coding challenge, I create a clone of the multiplayer online game Agar.io using JavaScript (p5.js). This is only the beginning of this challenge where I build out the basic game mechanics. I plan to make a follow-up to this video and add the multiplayer functionality of the game using node.js and websockets.