Final Day: Deathrays with friends

Well this morning after coding up to the line pyweek was over. After heading out to be social for mothers day i came back to do a first play test with a friend to find my game is just downright unfun and with a bunch of bugs that freeze up the server.

As such i have released a bugfix version, as well as fixing bugs I have made the modification that some buildings have a larger area of attack, this is a minimal code change so i hope it is not considered cheating, if it is the original version is still there, and i *think* it should play nicely with the new version of the server i am running.

Also about that data i was collecting at the start of the week. So far i have created a histogram of keys pressed and a heatmap of all mouse activity.

It is actually pretty scary to see the kind of abuse a keyboard cops in a single week (even if it was pyweek) with around 95k of keystrokes.


Poor Backspace key


New Fixed mouse image

(log in to comment)

Comments

Ah, you can tell by the keyboard histogram that you were writing English! The order of letter frequencies is ETAOINS.
OpenSuse 12.1 64bit. I will going to try it later.

> python client_2.py

/usr/lib/python2.7/site-packages/Pyro4/core.py:136: UserWarning: HMAC_KEY not set, protocol data may not be secure

warnings.warn("HMAC_KEY not set, protocol data may not be secure")

True

Checking Server For Games

python: xcb_io.c:140: dequeue_pending_request: Assertion `req == dpy->xcb->pending_requests' failed.

Aborted

/home/mauve/.virtualenvs/pyweek/local/lib/python2.7/site-packages/Pyro4/core.py:155: UserWarning: HMAC_KEY not set, protocol data may not be secure
  warnings.warn("HMAC_KEY not set, protocol data may not be secure")
True
Checking Server For Games
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:178: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
Aborted
Interestingly I cant comment on android, wOnt be able check for  while, got hit by car and am in hospital
Sorry to hear that. I hope you are okay?
Woah. Hope you're ok there Hugo!
Why is 8 the most typed thing on the keyboard?
That's the backspace key. The big spike with no visible label is space. 13, since you asked, is escape. Obviously a vi/vim user :-)
13 is Enter. You're right, Escape (27) would be prominent for a vi user :). Also the letter frequencies would be skewed due to various commands... I'll try to set this up next time myself, it's fascinating to look at!
Heh, thanks cyhawk. Not sure how I read that so badly :-)
Hey guys im, home now albeit in a sore and sorry manner, not being able to go much anywhere means i will try to have a fix up i a few days, tracked the problem down to having done some bodgy stuff with modifying objects across threads, so il do a little work on that and have a new version up depending on how I go.
Glad you're OK!