Skip to content

nodemp2 is a multiplayer online game framework made with nodeJS and SocketIO. nodemp2 is an enhanced version of nodemp.

License

Notifications You must be signed in to change notification settings

mborgeaud/nodemp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodemp2

nodemp2 is a multiplayer online game framework made with nodeJS and SocketIO. nodemp2 is an enhanced version of nodemp

Testing the framework

  1. Clone this repository locally
   $ git clone https://github.com/mborgeaud/nodemp2.git
  1. Install the dependencies
   $ npm install
  1. Run the node server
   $ npm start
  1. Open two (or more) web browser tabs and navigate to localhost:8080 in each. Join with different names and enjoy!

Visit my blog! https://matiasborgeaud.com.ar/#blog

Games

5/18/2020. Added a version of the classic game tic-tac-toe to the games directory. To play, run the node server as follows:

   $ npm start tictactoe

5/19/2020. Added a version of the classic game 4-in-a-row to the games directory. To play, run the node server as follows:

   $ npm start 4inarow

5/20/2020. Added a version of the classic game memory to the games directory. To play, run the node server as follows:

   $ npm start memory

5/25/2020. Added a version of the classic game yatzy (a variation of Yahtzee) to the games directory. To play, run the node server as follows:

   $ npm start yatzy

About

nodemp2 is a multiplayer online game framework made with nodeJS and SocketIO. nodemp2 is an enhanced version of nodemp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published