knagaitsev / dinoman-io

Multiplayer .io Pac-Man game made in 1 week using Phaser and socket.io

Home Page:https://youtu.be/9JRRUqSuKHk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dinoman.io - Multiplayer IO Pac-Man

alt text

This is the source code for the first attempt I made at a .io game. The game can be found at: http://dinoman.io

Video - Coding Multiplayer IO Pac-Man in One Week: https://youtu.be/9JRRUqSuKHk

To get in touch, join the Loonride Discord: https://discord.gg/Sfbg2Sh

How to run:

npm start

Mistakes I made:

  • I deal with the food in the server very inefficiently
  • I take the client-sent x and y positions, rather than updating them in the server (I implemented something to test if these values are reasonable, but it is still less secure than only taking user input)

If you are looking for a base from which to start your .io game, try this: https://github.com/Loonride/io-template

About

Multiplayer .io Pac-Man game made in 1 week using Phaser and socket.io

https://youtu.be/9JRRUqSuKHk


Languages

Language:JavaScript 75.3%Language:HTML 13.1%Language:CSS 11.6%