README
Slog
Slog telnet style multiplayer real-time game (seriously).
Install and run (User)
In a terminal/prompt with width 80 or more:
npm install slog-client && node node_modules/slog-client/client.js
Install and run (Dev)
git clone https://github.com/entozoon/slog-client.git
cd slog-client
node client.js
Requirements
- NPM
- Node
Platforms
- Windows
- Linux
- Mac
Node? NPM? Argh, can't I just.. argh?
Yes, good point. Installing those requirements might be a pain unless you're a web dev at heart, like me, and have them already installed. In future I may well build a browser based client..