biblekaruta

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

commit 49cf79e31f9e6cb38e8bd9866b856f39865e65f8
parent a2e1995f04521eb4329ac8dde1ba5b29ec16ebd7
Author: M. Yamanaka <myamanaka@live.com>
Date:   Thu, 21 Jan 2021 14:50:22 -0500

updated readme

Diffstat:
MREADME | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -5,6 +5,17 @@ email: myamanaka@live.com website: csmyamanaka.com license: MIT (See included "LICENSE" file for details) +NOTE: PROJECT INCOMPLETE! STILL A WORK IN PROGRESS! + Description: ============ -A C + SDL2 game of Karuta with glorious Bible verses. +A C + SDL2 game of Karuta with glorious Bible verses. The verses are pulled from +the King James Version which, according to BibleGateway [1], is public domain. + + +References: +=========== +[1] Bible Gateway, "What Bibles on Bible Gateway are in the public domain?" + link: <https://support.biblegateway.com/hc/en-us/articles/360001403507-What-Bibles-on-Bible-Gateway-are-in-the-public-domain-> + accessed: Thursday, 21st of January, 2021 +[]

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