Logo

HTML5 Shoot 'em Up in an Afternoon

Large book cover: HTML5 Shoot 'em Up in an Afternoon

HTML5 Shoot 'em Up in an Afternoon
by


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.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Adventure in PrologAdventure in Prolog
by - 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)
Book cover: Learning to Draw Basic Graphics in C++Learning to Draw Basic Graphics in C++
by - 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)
Book cover: The Java Game Development TutorialThe Java Game Development Tutorial
by - 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)
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.
(14694 views)