Public server: https://trilemma.online/
To launch this game on your http://localhost:23183
follow these steps:
git clone https://github.com/klesun/trilemma.online.git
- clone this repocd trilemma.online
change current directory to project rootnpm install
- install dependenciesnode server.js
- launch server on your machine port:23183
- Open
http://localhost:23183
in a browser, and you should be prompted to play now
If you know your ip address (like 192.168.1.100
in LAN or 214.54.234.2
on internets), you can even invite your friends to the game - just tell them to enter your ip + :23183
in the browser address bar, like http://192.168.1.100:23183
.