lxgr-linux / scrape

A snake like ascii game
GNU General Public License v3.0
8 stars 0 forks source link

[Request]: SSH x TTY #3

Open MaFeLP opened 3 years ago

MaFeLP commented 3 years ago

Feature Request

Program

Scrape.py


What is it about?

If you want to play with a friend in multi mode, but don't want to install a proprietary bullshit program like teamviewer, your friend might log in via SSH to your machine and you log in to a TTY, so the engine outputs the content to the TTY and the SSH console and receives input from both of them.

lxgr-linux commented 3 years ago

I'm also thinking about an multiplayer mode that could be accessed via a tcp server, so without ssh and new users and stuff. But therefore I would have to read into python sockets.