Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maximilian Gold 4f8071fffe Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago
..
.npmignore Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago
Makefile Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago
Readme.md Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago
component.json Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago
index.js Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago
package.json Uploaded the base of the project the working demo of CH1 Multiplayer Game Development with HTML5 3 years ago

Readme.md

escape-html

Escape HTML entities

Example

var escape = require('escape-html');
escape(str);

License

MIT