biblekaruta

Bible Karuta Game written in C with SDL2 as graphics back-end
Log | Files | Refs | README | LICENSE

README (723B)


      1 Bible Karuta Game
      2 "biblekaruta"
      3 M. Yamanaka
      4 email: myamanaka@live.com
      5 website: csmyamanaka.com
      6 license: MIT (See included "LICENSE" file for details)
      7 
      8 NOTE: PROJECT INCOMPLETE! STILL A WORK IN PROGRESS!
      9       See "devnotes" for development details
     10 
     11 Description:
     12 ============
     13 A C + SDL2 game of Karuta with glorious Bible verses. The verses are pulled from 
     14 the King James Version which, according to BibleGateway [1], is public domain.
     15 
     16 
     17 References:
     18 ===========
     19 [1] Bible Gateway, "What Bibles on Bible Gateway are in the public domain?"
     20       link: <https://support.biblegateway.com/hc/en-us/articles/360001403507-What-Bibles-on-Bible-Gateway-are-in-the-public-domain->
     21       accessed: Thursday, 21st of January, 2021
     22 [] 

Generated using stagit (https://codemadness.org/stagit.html)