Motive Behind The Invention Of Basketball

Posted on April 13, 2007
Filed Under Outreach, Sports |

dr_naismith_150×257.jpg

In 1891 Dr. James Naismith created the game of basketball. What was the motive? Did Naismith envision a game that would become the most watched and played indoor sport in the world? How about becoming a billion dollar industry on the collegiate and professional level?

Naismith’s invention came during the winter when his supervisor of the YMCA asked him to come up with an indoor game to attract young men during the harsh New England winters- in order to share the gospel on a year-round basis. Using a soccer ball, two empty peach baskets, a ladder and ten handwritten rules, the game of basketball began.

In 1889 Naismith applied to be a student at the YMCA Training School at Springfield. One of the questions asked on the application was, “What is the work of a YMCA Physical Director?” He answered, To win men for the Master through the gym.”

If you love God, people, and sport then that statement will get you pumped up! So many opportunities today for the church to reach the world through recreation and sports ministries.

C.Harv

Comments

2 Responses to “Motive Behind The Invention Of Basketball”

  1. Big Daddy JerNo Gravatar on April 13th, 2007 4:26 pm

    Hey bro, that’s awesome! I never knew that was why Naismith invented hoop. I wish I could say that my own motivations for the endeavors I undertake were so pure.

  2. PopsNo Gravatar on April 15th, 2007 3:15 am

    Great article my favorite son, love, Dad

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);