Action Arcade Adventure Set
by Diana Gruber
Publisher: Coriolis Group Books 1994
ISBN/ASIN: 1883577063
ISBN-13: 9781883577063
Number of pages: 512
Description:
The art and science of creating side scroller games is documented quite thoroughly in this book. If you can look past some obvious anachronisms, you will find that this old book still contains a lot of useful information. While you will probably want to write your game engine to support modern technology, this text still provides a roadmap on how such engines are written.
Download or read it online for free here:
Read online
(online html)
Similar books
Cross-Platform Game Programming with gameplay3d- Wikibooks
Gameplay3d is a free and open-source C++/Lua programming framework. This guide will begin by introducing you to gameplay3d, before delving more deeply into its many features. Clear step-by-step examples will be provided, along with code samples.
(17423 views)
BlitzMax- 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.
(17631 views)
3D Game Development with LWJGL 3by Antonio Hernandez Bejarano - GitBook
This online book will introduce the main concepts required to write a 3D game using the LWJGL 3 library. LWJGL is a Java library that provides access to native APIs used in the development of graphics, audio and parallel computing applications.
(11605 views)
HTML5 Shoot 'em Up in an Afternoonby Bryan Bibat
Learn how to make a simple top-down shoot 'em up in a few hours using the Phaser HTML5 game framework. The book covers all of the basics: from placing and moving sprites, to managing collision detection and unit health, up to setting up a boss fight.
(7577 views)