Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.33 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.33 KB

StarLightExamples

Examples project for StarLight.

List of examples

A simple Fruit Ninja clone. Features shown in this example:

  • Raycasting
  • Sprite Library

Source code

A 2D platformer game where the player is constantly running. Features shown in this example:

  • Sprite Library
  • Classes

Source code

A multiplayer game where players have to guess what the other player is drawing. Features shown in this example:

  • String Manipulation

Source code

A tower defense game where the player has to protect the scientist from various enemies. Features shown in this example:

  • Sprite Library
  • Classes Inheritance
  • Raycasting

Source code

A solitaire game. Features shown in this example:

  • Sprite Library
  • Classes Inheritance
  • Raycasting

Source code

A puzzle game where the player has to connect all the pipes.

Source code