Logo

Strategy Game Programming by Martin Fierz

Small book cover: Strategy Game Programming

Strategy Game Programming
by

Description:
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.

Home page url

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

Similar books

Book cover: Game Creation with XNAGame Creation with XNA
- Wikibooks
This book is a collection of tutorials on game creation with Microsoft's XNA framework. Contents: Basics; Game Design; Mathematics and Physics; Programming; Audio and Sound; 2D/3D Game Development; Networking and Multiplayer; AI; Kinect; etc.
(14793 views)
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.
(13123 views)
Book cover: Michael Abrash's Graphics Programming Black BookMichael Abrash's Graphics Programming Black Book
by - Coriolis Group Books
A book for game developers and serious assembly language programmers. It explores the technology behind the popular Doom and Quake 3-D games, and explains optimized solutions to 3-D graphics problems from texture mapping, hidden surface removal, etc.
(24206 views)
Book cover: HTML5 Shoot 'em Up in an AfternoonHTML5 Shoot 'em Up in an Afternoon
by
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.
(5366 views)