mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Added credits header to source code.
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
--[[
|
||||
Chief
|
||||
|
||||
From: BASIC Computer Games (1978)
|
||||
Edited by David H. Ahl
|
||||
|
||||
In the words of the program author, John Graham, “CHIEF is designed to
|
||||
give people (mostly kids) practice in the four operations (addition,
|
||||
multiplication, subtraction, and division).
|
||||
|
||||
It does this while giving people some fun. And then, if the people are
|
||||
wrong, it shows them how they should have done it.
|
||||
|
||||
CHIEF was written by John Graham of Upper Brookville, New York.
|
||||
|
||||
|
||||
Lua port by Alex Conconi, 2022.
|
||||
]]--
|
||||
|
||||
|
||||
--- Helper function for tabulating messages.
|
||||
local function tab(n) return string.rep(" ", n) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user