Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Bitwise Examples

These examples are being developed alongside Bitwise to demonstrate certain features. They will also, likely, be used to write automated tests.

Solitaire

This is the classic Klondike solitaire card game.

This example will demonstrate:

  • Basic Sprite manipulation
  • Mouse / Touch input
  • Screen orientation shifting
  • Custom editor tab components (Card deck editor)

Space Shooter

This is a basic 2D auto-scrolling shooter.

This example will demonstrate:

  • Basic Physics
  • Camera movement
  • Audio
  • Sprite Animation