Skip to content

knagaitsev/dinoman-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published