Kurzbeschreibung
You've played plenty of games. Now it's time to create your own! "Game Programming for Teens, Second Edition" helps you develop the skills you need to create every element of your first video game - from graphics and animation to sound and music. You'll even learn how to incorporate artificial intelligence. You don't have to have any programming experience to get started. You'll learn everything you need to know along the way using BlitzPlus, an easy-to-learn programming language that the author will teach you. By the end of the book, you will have created your first computer game. Game programming doesn't have to be difficult. With a copy of this book and your own curiosity, you're off to the perfect start!
Synopsis
BlitzPlus provides developers with a complete 2D programming solution for the PC. Utilizing a BASIC/C hybrid language for use with its compiler, BlitzPlus is capable of creating any type of 2D program, with minimal development-time and with minimal hassle. Just run the included IDE (or use one of your own), type your code and your Windows executable file will be created, ready to be run on any computer running Windows 95/NT 4 or later.BlitzPlus' language is a BASIC/C hybrid. As well featuring the classic BASIC constructs such as goto and gosub, it also features C influences such as functions and types. On top of this, BlitzPlus' command set features over 500 commands. This command set is highly streamlined meaning complete programs require very few lines of code indeed. BlitzPlus comes with its very own Integrated Development Editor (IDE). The IDE allows you to edit, test, debug and compile your program all from the one environment. If the included IDE is not to your liking, then you are free to use the code editor of your choice, as the Blitz compiler features command line capabilities. Creating executable files (i.e. program files) in BlitzPlus is simply a matter of clicking a button.
Once you have done so, the executable will then be able to run on any Windows95/NT4 or later compatible machine independently of BlitzPlus. See http://www blitzbasic.com/ for more information.