HTML5 Shoot 'em Up in an Afternoon
by Bryan Bibat
2015
Number of pages: 95
Description:
Learn how to make a simple top-down shoot 'em up in a few hours using the Phaser HTML5 game framework. This 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. It also covers topics not directly related to game development like how to setup your Phaser development environment, refactoring your code, and releasing your game to the public.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Adventure in Prolog
by Dennis Merritt - Springer
This book takes a pragmatic, rather than theoretical, approach to the language and is designed for programmers interested in adding this powerful language to their bag of tools. Much of the book is built around the writing of a short adventure game.
(22567 views)
by Dennis Merritt - Springer
This book takes a pragmatic, rather than theoretical, approach to the language and is designed for programmers interested in adding this powerful language to their bag of tools. Much of the book is built around the writing of a short adventure game.
(22567 views)
Learning to Draw Basic Graphics in C++
by Michael Morrison - InformIT
Learn how to use C++ code to create basic animated graphics in this chapter from Beginning Game Programming by Michael Morrison. Practical lesson based on C++ programming, the basics of drawing graphics using the Windows Graphics Device Interface.
(20261 views)
by Michael Morrison - InformIT
Learn how to use C++ code to create basic animated graphics in this chapter from Beginning Game Programming by Michael Morrison. Practical lesson based on C++ programming, the basics of drawing graphics using the Windows Graphics Device Interface.
(20261 views)
The Java Game Development Tutorial
by Fabian Birzele - 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.
(25962 views)
by Fabian Birzele - 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.
(25962 views)
Game Programming Patterns
by Bob Nystrom - 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.
(14694 views)
by Bob Nystrom - 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.
(14694 views)