]> git.eli173.com Git - pong_br/commit
lots of restructuring, many things are good
authorElijah Cohen <eli@eli173.com>
Fri, 12 Apr 2019 23:11:04 +0000 (18:11 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 12 Apr 2019 23:11:04 +0000 (18:11 -0500)
commit34e4cf81ed99fb62250fc51df4fbe0cf0a994aca
tree5b38131cfdb6b5d4a94c1c01fa474eaa765437c2
parent08449c5d012b0c6690d4bb3aaab5be84248fe1ea
lots of restructuring, many things are good

~player~ doesn't work, so I'm committing before rewriting it, to be
very async
19 files changed:
.gitignore [new file with mode: 0644]
NOTES.org [new file with mode: 0644]
connector.py [new file with mode: 0644]
game.py [new file with mode: 0644]
gamestate.py [new file with mode: 0644]
main.py [new file with mode: 0644]
matchmaker.py [new file with mode: 0644]
old/demo.py [new file with mode: 0644]
old/game.py [new file with mode: 0644]
old/matchmaker.py [new file with mode: 0644]
old/pbr_constants.py [new file with mode: 0644]
old/playfield.py [new file with mode: 0644]
old/socket.py [new file with mode: 0644]
player.py [new file with mode: 0644]
web/drawing.js [new file with mode: 0644]
web/index.html [new file with mode: 0644]
web/socket.js [new file with mode: 0644]
web/test.html [new file with mode: 0644]
web/test.js [new file with mode: 0644]