This commit is contained in:
2016-02-10 14:12:52 +01:00
parent fd9fcdd4d6
commit cd0961e643
5 changed files with 174 additions and 22 deletions

View File

@@ -1,5 +1,22 @@
### **v0.0.5:**
- objects naming convention change in server_core.js, and consequently in nodePong.js
- added "User" and "Game" Objects skeletton in server_core.js
- added "version" as a parameter of core.Server object (to later send it to clients @ connection)
### **v0.0.4:**
- added server_core.js, with "core" app server side object skeletton
- added "serverMsg" features to "core" (including date utilities)
- removed server_utils.js (moved serverMsg() function to the core object)
- updated README.md (removed "npm install colors)
- moved server.params.js to server_config.js, and changed naming convention
- updated nodePong.js with new config setup
### **v0.0.3:**
- Added infos in README.md