Found this by sheer accident- wanted to redownload Inform and came across:
The IF Theory Reader (http://www.lulu.com/product/ebook/if-theory-reader/17551190)
It's a huge book (400+ pages) that covers pretty much everything from puzzle design to genre standards, ideas about world design, and then some more. It's entirely written by and for Interactive fiction makers, but since IF is the forerunner of graphic adventures, a lot of the stuff can be applied to our favourite pastime, too. I'm not half through it yet (the forums are up again and that HAS an impact), but it's a pretty great read.
And it's a free PDF!
Thanks. This is going on the kindle.
Cool find, this will be really useful.
Cool. I've poked my head into the world of IF a few times. Even played with Inform a couple of times, but nothing special came of it. Still, will definitely give this a look. Would love a hard copy.
Quote from: Stupot+ on Sun 04/03/2012 21:04:20
Would love a hard copy.
These are available at lulu, too, for 9.99 euros (in MY browser- should be something similar in dollerz, though)
http://www.lulu.com/product/paperback/if-theory-reader/15325304?productTrackingContext=product_view/more_by_author/right/1
I had a book on IF design once, it was orange. And there WAS a free online version of it some years later.
Cannot remember the title at all but it had good examples for things. Like an ogre who kicks puppies as an antagonist character. I don't know. What was it called? I am just throwing this out there...
There is an interesting article on the Invent with Python (http://inventwithpython.com/blog/2012/03/03/nobody-wants-to-learn-how-to-program/) blog about how to learn programming. The author talks about using game examples to illustrate programming concepts. It's a short but interesting read. He uses the following cartoon to illustrate his points.
(http://inventwithpython.com/images/dinosaurcomics.png)
Two free to download and read e-books are advertised in the right hand pane of the blog which also seem to be interesting.
Invent Your Own Computer Games with Python (http://inventwithpython.com/chapters/)
Making Games with Python and PyGame (http://inventwithpython.com/pygame/chapters/)
The blog also mentions and interesting game engine from MIT called Scratch (http://scratch.mit.edu/) that doesn't require much programming skill. It looks like it can be exported to HTML5/JS because the games seem to be playable from the browser.
Scratch (http://scratch.mit.edu/)
One of the commenters also mentioned something interesting called Processing (http://processing.org/) that can be used to make interactive presentations etc.
Processing (http://processing.org/)