Skip to content

RblSb/khaguide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kha's First Game Jam

This guide is intended to give you a "real-world" introduction to problems and techniques found in game programming, as well as the Kha APIs and how to use them in games. A simple but finished 2D game is presented with its full source code at each stage of development, from the early drawing routines to the final polish.

Its intended audience is existing programmers who don't necessarily know game programming or the Haxe language, and experienced game programmers who would like to see a whole project workflow in action.

View the Guide Online

Live Demo

Project Structure

  • /projects contains the final source code and assets of the example game projects.
  • /src contains the book-build script for Haxe and MarkDown book source.
  • /docs contains guide file and final game demo.

Building the Docs

cd src
haxe -main Main --interp

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 99.9%
  • JavaScript 0.1%