TransGirlCodes / ZGB

Game Boy / Color engine with lots of features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZGB

A little engine for creating games for the original GameBoy

Features

  • Coding in C using gbdk
  • Updated to the latest version of SDCC (3.6.0)
  • Based on States and Sprites
  • 4-directional scroll
  • Support maps bigger than 32x32
  • Transparent sprites pool allowing 20 sprites 8x16 or 16x16
  • Sprite animations
  • Collisions sprite vs sprite and sprite vs background and configurable rectangle collider
  • Easy makefile support (just 3 lines for most projects)
  • Bank management
  • Fonts
  • Music support using gbt-player
  • Sound Effects
  • Game Boy Classic and Game Boy Color

For more info and detailed instructions please refer to the wiki

gif gif gif

About

Game Boy / Color engine with lots of features

License:MIT License


Languages

Language:C 39.8%Language:Assembly 39.5%Language:C++ 20.8%Language:Makefile 0.0%