Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 310 Bytes

demo-sidescroller

Basic 2d side scroller using Raylib, tutorial from gamedev.tv

VIDEO: https://www.youtube.com/watch?v=jXiTrqSEUls

An excerise and lesson in learning

  • gravity
  • velocity
  • working with sprite sheets
  • scrolling/repeating backgrounds
  • collision detection
  • bounding boxes
  • keyboard input