My grandma died Monday.dink
I'm starting work on a Python-based go server, meant to emulate the general operation of KGS. I even have a name picked out: "Dink". Yes, it's recursive.goI realized a limitation in either Python or my thought processes. In C, I could have:
struct Point points[boardsize][boardsize];but I have no idea how to do the equivalent in Python. The closest I've come is:points = [[Point() for x in range(boardsize)] for y in range(boardsize)]But then I have to go through each and set their neighbors appropriately...
Very little since my last entry. I've been thinking about the game more than playing it.language
Considering learning Japanese. I know it's difficult, but I think I'm up to the challenge.o/~ (internet porn...) girl on girl on girl on girl on girl on guy on sheep o/~ -- da vinci's notebook, "internet porn"
