The FPS "Prey" did a good job with sphere-walking (and with gravity in general).
If you've mastered basic "biped movement" on your own, this shouldn't be too hard. Just calculate a vector from the character's center to the center of your sphere (update it each frame). Use this vector to adjust the gravity and orientate the player.
Okay, you'll need to understand basic movement and basic vector math.
