Welcome
There isn't much here to see yet, but I'm planning on filling this new exciting space with my reflections and tips around game development in different forms.
// Count down days until site is functional
-(void) countdown:(int)days
{
return days - 1;
}