<Note> This page is a tad out of date. This information reflects some thoughts from around 1999/2000.
Quake
Quake is fun. Especially multiplayer. Get your QuakeStuff from planetQuake.I'm in a klan - klan OSU. We're pretty good mostly due to the high-speed connection at Ohio State (which is what OSU stands for - get it?).
I'll put up some sites I play at often as soon as I get back to school (around Sept 21).
Minesweeper
I also like to play the time-tested classic, Minesweeper. I used to run something called The Unofficial Minesweeper homepage at pantek.com.Here are my best times. If you have some good times, please email them to me and I'll add them here for the world to see.
Level Lo Score Expert 101 Intermediate 24 Beginner 4
Some programming linksI like to code in C/C++. At OSU, we use the all-mighty RESOLVE\C++, of which I like to make sarcastic remarks.
Anyone else like to code? Here's a challenge on which I am currently working: suppose you are given a dynamically allocated bounded array (of arbitrary type and size). Your task is to QuickSort the elements w/o allocating any extra space. That is, you may use a constant number of extra variables. Naturally, the only operations you can use on the elements in the array are swap and compare. Here's the catch: no recursion. I'll post the names of anyone who emails me a soln with or without recursion, being far more impressed by those in the latter category.