Logo

Creating Adventure Games On Your Computer

Large book cover: Creating Adventure Games On Your Computer

Creating Adventure Games On Your Computer
by

Publisher: Ballantine Books
ISBN/ASIN: 0345318838
ISBN-13: 9780345318831
Number of pages: 196

Description:
Though dated, Hartnell's book is a good introduction to adventure game construction. While the book focuses on BASIC programming, which wouldn't be a programmer's choice today, it offers sound design techniques for the absolute beginner.

Home page url

Download or read it online for free here:
Read online
(online reading)

Similar books

Book cover: The Java Game Development TutorialThe Java Game Development Tutorial
by - Java Cooperation
A very detailed introduction into the development of online games using Java. The text will lead you from the basic structure of an applet to the development of a whole game. Topics covered: AI, level editors, random generation of landscapes, etc.
(25707 views)
Book cover: Strategy Game ProgrammingStrategy Game Programming
by
These pages intend to give a comprehensive overview of the elements of a computer program which can play two-player strategy games like tic-tac-toe, connect four, checkers and chess. Code fragments in this text are written in C.
(18164 views)
Book cover: The Linux Gamers' HOWTOThe Linux Gamers' HOWTO
by
This is a stepping stone to to give people the knowledge to begin thinking about what is going on with their games. You need to know a little more about what's going on behind the scenes with your system to be able to keep your games healthy.
(20655 views)
Book cover: BlitzMaxBlitzMax
- Wikibooks
BlitzMax is a computer programming language based on BASIC. The code is first converted to a low level assembler format which is then assembled into object code for the target platform. BlitzMax is capable of compiling for Windows, Linux and Mac OS.
(15514 views)