Examples

These are some links to examples. You can find all examples in github

Basics

  • Basic Framework - Basic concepts for the creation of boards and actors. _images/basic_framework.gifImage - Basic Framework

Tiled Boards

These examples will show you how to use tiled boards. Tiled boards are boards where the players move on square cells.

  • Basic Movement: Basic Movement, Reaction to events.
  • The Crash: Collision detection, Creating and Removing Actors in Runtime.
  • Rpg: This example shows you how to interact with the world.

_images/rpg.jpgImage - RPG

.. raw:: html

Pixel Boards

These examples show you how tu use boards with pixel-precise placement

_images/asteroids.jpgImage - Asteroids