From 5e7f5119713c6c770e082a455f0a84f36744d953 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 Jan 2022 01:37:05 +0100 Subject: Split into separate module. --- README | 5 ++++ about.html | 3 +- blocks.css | 63 --------------------------------------- blocks/index.html | 89 ------------------------------------------------------- info/blocks.html | 64 ++++++++++++++++++++++++++++++++++++++- play.css | 20 +++++++++---- play.html | 4 +-- play.js | 28 ++++++++--------- title.sql | 3 ++ 9 files changed, 103 insertions(+), 176 deletions(-) create mode 100644 README delete mode 100644 blocks.css delete mode 100644 blocks/index.html create mode 100644 title.sql diff --git a/README b/README new file mode 100644 index 0000000..be9214b --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +This game is implemented with the generous permission of Columbia Games. + +Rules and art assets are Copyright 2005-2011 Columbia Games and Jerry Taylor. + +Source code to this digital implementation is Copyright 2021-2022 Tor Andersson. diff --git a/about.html b/about.html index a567ea5..ea007f4 100644 --- a/about.html +++ b/about.html @@ -10,7 +10,8 @@ Designer: Jerry Taylor and Tom Dalgliesh.

Copyright © 2005-2011 -Columbia Games. +Columbia Games +and Jerry Taylor.