Hacker News new | ask | show | jobs
by nlawalker 3096 days ago
>> multiplayer arena fighter

I'm curious - are there a lot of tutorials or learning resources out there for this kind of game? I feel like I see a lot of them. modd.io is a whole platform for making these kinds of games almost exclusively.

1 comments

I basically used two open source projects as learning resource . I recommend checking out https://github.com/huytd/agar.io-clone and https://github.com/ahung89/bomb-arena . Simply playing around with those code, tweaking them, and modding them, allowed me to go from knowing nothing about gamedev, to learning about how to create one.