Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 922 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 922 Bytes

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