From 1a036a969a974b2427210373056671f8e2f916a6 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Tue, 9 Aug 2022 17:51:43 -0500 Subject: [PATCH] Copyright info added. --- Rollercoaster.singe | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Rollercoaster.singe b/Rollercoaster.singe index 490a865..9279267 100644 --- a/Rollercoaster.singe +++ b/Rollercoaster.singe @@ -1,3 +1,21 @@ +--[[ + + Adventures in Videoland: Rollercoaster + + by David Lubar. + + Published in Creative Computing Nagazine V8N1, January 1982. + Original game and upgrades are in the public domain. + https://archive.org/details/creativecomputing-1982-01 + + Singe port by Scott Duensing. + Kangaroo Punch Studios https://SingeEngine.com https://KangarooPunch.com + + Singe version based on web port by Scott Lawrence. + https://www.umlautllama.com/projects/Rollercoaster/ + +]]-- + -- Load the Singe Framework. dofile("Singe/Framework.singe")