slog-client

Slog telnet style multiplayer real-time game (seriously).

Usage no npm install needed!

<script type="module">
  import slogClient from 'https://cdn.skypack.dev/slog-client';
</script>

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..