Copyright info added.

This commit is contained in:
Scott Duensing 2022-08-09 17:51:43 -05:00
parent 455469f21b
commit 1a036a969a

View file

@ -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")