Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 625 Bytes

File metadata and controls

21 lines (13 loc) · 625 Bytes

Raycaster

This is a simple raycaster game made in C++ using the SDL3 library.

Preview

Video Demo

This project was really fun to make, because I was able to apply some of the math I learned in school to make a game. When I started, I never thought I would be able to make something like this from scratch.

Future Plans

  • Add Sprites
  • Add GUI
  • Add Weapons
  • Add Enemy AI

Credits