Copyright info added.
This commit is contained in:
parent
455469f21b
commit
1a036a969a
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue