Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 750 Bytes

platformerGame

2D sidescrolling platformer experimental project, built with C# and SFML.NET.

This project is under development.

Contains so far:

  • Scrolling map, player centered in camera
  • Simple light system
  • Character, bullet and particle collision detection with the map, and bullet-monster collision with hit handler
  • Particle systems
  • Wavy water blocks
  • Simple graphics, animation and sprite state control
  • Levels made by Tiled, loaded from .tmx files
  • Tile layers added
  • Monsters can drop "pickup-able" things

platformer_b

All rights reserved.