TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Computer Games You Can Program Yourself (1978)

35 点作者 jaybol超过 14 年前

12 条评论

thought_alarm超过 14 年前
I found something much better than this when I bought an old Apple //c off of Craigslist a while ago. This Apple //c came with a single software package that included two disks and a book. It looked pretty lame at first.<p>The first disk contains a typical BASIC programming tutorial.<p>The second disk contained 15-or-so of games written in BASIC. Some graphics games, some text games.<p>The book contained a high-level design document for each of the games on the second disk, along with a low-level, line-by-line explanation of each line of code. It's amazing.<p>I would have killed for something like that as a kid.
kaib超过 14 年前
I've been working on a simple voxel based game as a hobby project on the iPad. It feels reinvigorating how a single person can quickly hack together something really nice when you only need to do 16x16 pixel textures. I think people underrate how exponentially increasing production costs are a drag on game developer creativity. The human ability to suspend disbelief is monumental and I think these new constrained voxel games and platforms like the iPad will see more experimental gameplay emerge much like it did in the early eighties.
评论 #1909536 未加载
MortenK超过 14 年前
That was back when it was considered good coding practice to code on line 10, 20, 30 etc, so that you wouldn't have to rename all line numbers in case of extra unexpected code lines.
gommm超过 14 年前
I loved those as a kid, there was also a magazine that would come every month with program listing that I would type up and then try to modify... It was a lot of fun and a great way to learn!<p>Sometimes I wonder how kids can learn programing by themselves now, there's no environment directly available and if their parents don't introduce it to them, I don't think they'll stumble that easily into it...<p>What was great at the time, is that any kid who had a computer or access to a computer would sooner or later play a bit with basic and try their hand at programming a bit
评论 #1909883 未加载
评论 #1909609 未加载
timinman超过 14 年前
I remember reading this when I was 11 or 12-years old (about 25 years ago). I had to ask my mom what 'Russian Roulette' was, which made her a little nervous about what I was reading.<p>My favorite line is from that game: 32 PRINT " CHICKEN!!!"<p>The charm of a Jr. High kid armed with BASIC programming skills!
_b8r0超过 14 年前
For a full archive of the book: <a href="http://www.atariarchives.org/basicgames/" rel="nofollow">http://www.atariarchives.org/basicgames/</a>
Tycho超过 14 年前
I used to type in the code from books/magazines to create games on my ZX Spectrum. Unfortunately I was never interested in the programming aspect, just in getting the game they showed in the picture to work. I think I grasped some of the basic principles like GoTo though. I recall an amusing-in-retrospect my 8 year old self had with a classmate:<p>"I have loads of games for my Amiga."<p>"Yeah, well I program games myself on my Spectrum."<p>"So do I! I know how to write in programming language." /bluffing<p>"Me too. I know <i>BASIC</i>." /massive bluff, expecting opponent to fold<p>"Yeah, BASIC is quite easy." /poker face
ThomPete超过 14 年前
Are there any blogs online mags etc or something like that who does this?
评论 #1910019 未加载
评论 #1909744 未加载
评论 #1909738 未加载
duck超过 14 年前
This was discussed two weeks ago as well: <a href="http://news.ycombinator.com/item?id=1866103" rel="nofollow">http://news.ycombinator.com/item?id=1866103</a>
D_Alex超过 14 年前
Wow... I remember this! Particularly for a) discovering that BASIC in the book was not the same as BASIC on my C64 - figuring out the needed changes was a major learning stimulus; and b) the amazing ELIZA program which wasa huge influence on my entire philosophy...
评论 #1911952 未加载
wccrawford超过 14 年前
Would be nice to see something like this made for languages that are currently popular (and 'easy'), like Ruby or Python.
评论 #1910092 未加载
urbanjunkie超过 14 年前
I just remember the endless minutes spent looking for something I'd mistyped. Happy days with my Video Genie!
评论 #1912051 未加载