diff options
| author | John Wiegley <johnw@newartisans.com> | 2008-08-29 02:42:58 -0400 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2008-08-29 02:42:58 -0400 |
| commit | 7e5230b8ffe32cfe7c1ec31d37c40684893aa787 (patch) | |
| tree | 182101ebdd0429321339ca54a49aae0f559a5fe2 /AUTHORS | |
| parent | 9cd4c61d4ddbe87f461e402c754ea37782674bfd (diff) | |
Changed to using an autoconf/automake setup for building. This precipitated
many changes to the code, including:
- documentation has been moved into doc/
- the chess-eco opening moves are pre-generated from chess-eco.ps into
chess-eco.fen, so users don't have to wait around for it to build
- no longer using lispdoc to auto-gen function stubs in chess.texi,
this means that chess-maint.el and lispdoc.el are gone
Diffstat (limited to 'AUTHORS')
| -rw-r--r-- | AUTHORS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +Emacs Chess was born after I defeated my father for the very first time. + +You see, for the first 30 years of my life, never once had I one a game. A +couple times against my mother, but Dad always seemed to fork my queen without +mercy. + +So, I began to wonder, "Can anyone get better at chess?" I looked up some +simple strategies on the Web -- such as building a strong center -- and lo and +behold! I won my first game for the very reasons I had read about. + +Needless to say, the excitement of victory at last prompted me to buy a book +on chess (I think it was Chess Analysis), and thus a love was born. + +That same week, early in 2001, chess.el, or Emacs Chess, was created. + +I was visited my father on a month long vacation at the time, at his home in +upstate New Jersey, and I remember spending days and nights just hacking away +on chess.el, and loving every minute of it. What you see in this directory is +pure passion, an obsession that took me by storm for over two years until I +moved to other things. I hope you enjoy using it as much as I did making it. + +John Wiegley <johnw@newartisans.com> + + +Further: Around 2005, another player came on the scene: Mario Lang. Mario is +unable to see, but Emacs Chess's design made it possible for me to integrate +the display code with his braille viewer. He still plays chess with it to +this day, as it is the only client that allows him to do so. He has also +contributed time, the German language translations, a fair bit of code +(chess-eco is his doing, among others), and even money to help me bring Emacs +Chess to where it is today. Thank you, Mario! |
