First things first:
This is an old project and please keep in mind the source code is not the best and should be optimized. Feel free to optimize and recreate.
Sketcharama is a multiplayer online game, where you draw a word and other users or
your friends will guess your drawn picture.
Sketcharama was a long time live running and closed source.
Have a look:
Point your webserver to the root folder and activate PHP.
Go into en/server, install and start the server via
npm i
node index.js
cd into project
sudo docker build -t sketcharama .
sudo docker run -p 80:80 -p8001:8001 sketcharama
Now you are able to play at http://127.0.0.1/en/lobby.php
IMPORTANT: Please disallow by webserver config to view the index.js of the server.
This was an action for the dsgvo (german version of gdpr).
Sure, just create the locales therefore. If you want your frontend in a another language too, then duplicate the folder en and edit the php files to get it work OR you do a big PR and implement full I18n :D
- FontAwesome
- jQuery
- socket.io
- node-express
- sweetAlert (older version)
- spectrum
- GoogleFonts
GPL v3