codenames
Browser- & websocket-based Codenames clone.
Installation
- Clone this repository into your webserver's root (
e.g. /var/www/html)
- Open a terminal and start the websocket server (
php -q api/event.php)
- Open your browser and visit localhost/codenames
- Play!
Restrictions
- The host, port and URLs are hardcoded on both, JS- and PHP-side
- Thus you can not rename your local copy of the repo or run it on another server or port (without changing anything; you can change these values of course 😉)
Purpose
Just for fun and to learn about websockets