Logo

BlitzMax

Small book cover: BlitzMax

BlitzMax

Publisher: Wikibooks

Description:
BlitzMax is a computer programming language based on the popular BASIC programming language. BlitzMax 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.

Home page url

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

Similar books

Book cover: A Practical Introduction to 3D Game DevelopmentA Practical Introduction to 3D Game Development
by - Bookboon
This book introduces the reader to the programming skills necessary to develop 2D and 3D computer games. The book lists a number of common game mechanics, and illustrates how these mechanics can be bound to each other to give the required behavior.
(13128 views)
Book cover: Game Programming PatternsGame Programming Patterns
by - gameprogrammingpatterns.com
Game Programming Patterns is a book on architectural patterns in game code. I dug up and polished the best patterns I've found in games and presented them here so that we can spend our time inventing things instead of re-inventing them.
(13950 views)
Book cover: Making Games with Python and PygameMaking Games with Python and Pygame
by
This is a programming book that covers the Pygame game library for the Python programming language. Each chapter gives you the complete source code for a new game and teaches the important programming concepts from these examples.
(22088 views)
Book cover: 3D Game Development with LWJGL 33D Game Development with LWJGL 3
by - 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.
(8548 views)