Playing around with a concept

playing around with a concept

telnet 168.235.95.47 8000

Attached: 2019-04-14-195823_3840x2160_scrot.png (3840x2160, 167K)

Other urls found in this thread:

jott.live/code/telnet.py
jott.live/code/telnet_test.py
twitter.com/SFWRedditImages

I am not clicking on that, excrement coloured person

Nice concept but arrow displacement is a bit clunky, sometimes works, sometimes doesn't.

>clicking

telnet

yea, might be the shitty single threaded python code under the hood choking it up

is this while typing? maybe I should auto-move while typing (and not require space)

You're late to the boat, I'm afraid. The previous version of this was web-based and inspired the likes of agar.io and all over shitty .io's.

the previous "version" of this has existed thousands of times

this is just via telnet, which means I can map a bunch of terminal stuff to actions

I might add some physics or something to make it a bit mine-crafty

No, it's not while doing anything else.
Maybe you should put these arrow pressings in a queue with a certain delay between them instead of checking these on the fly.

what i do with the text in the OP

that should help, thanks

And I find it more difficult to scroll vertically than horizontally for some reason.

Oh wait, this is just the framework for a Rogue-like? Bah, I thought it was one of those "infinite pages where users can write anything on them and they all share the same page."

yea pretty much -- hello world of it

source here:

jott.live/code/telnet.py

help me scale it

thx user, might run it on my own server when I'm sober.

Kinda fun, maybe make it for G and stop it from crashing so I can rewrite mein kumpf

I'm trynna debug the crashing, not easy cuz the code is shit

>easy cuz the code is shit
well I don't know how to code so Im just gonna say fix it or your funding is cut

I can buy ou a bigger server if you come up with a business plan

Unfortunately, Python is pretty bad at this type of scaling, where you have a bunch of users connected to a single application server which is also doing all the computation.

I might rewrite in C++

substantially more stable now

the code link is updated

testing here

jott.live/code/telnet_test.py

any thoughts on how to make this more rigorous?

Attached: 2019-04-14-233526_348x350_scrot.png (348x350, 3K)

Don't know why people say this. It's easy.
Async or threads.

the GIL makes it kind of a nightmare for contentious threading models

It aint workin for me

Attached: 2019-04-15 10_56_38-Window.png (1680x1008, 12K)