summaryrefslogtreecommitdiff
path: root/asciifarm/client/gameclient.py
AgeCommit message (Collapse)Author
2018-01-03inputhanding now handles keyname lookup. enter is now also namedtroido
2018-01-02keybindings are now executed a bit smarter as hy codetroido
2018-01-01server now sends list of sprites per cell to client. ground uses eventtarget ↵troido
too in interaction with room
2018-01-01made keybindings readable from an actual filetroido
2017-12-30keybindings can be imported now, though it will probably require some hackerytroido
2017-12-30keybinding docs now in keybindings filetroido
2017-12-30added equipment displaytroido
2017-12-29made selectors for inventorypad and made key config in hytroido
2017-12-28chat now works!troido
2017-11-13resizes do not crash the key input anymoretroido
2017-11-13used curses.keyname instead of ord. It is now possible to use non printable ↵troido
keys for controlling (like arrow keys)
2017-10-29merged recent changes into package branch againtroido
2017-10-28better use of __main__ and __init__troido