Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 432 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 432 Bytes

Simple C Raycasting engine

Made with SDL2 and C

Features

  • Player Control
  • Camera Movement
  • Lighting effect

TODO

  • Fisheye fix
  • Floor/Ceiling color
  • [] Fix rounding errors
  • [] Look up/down
  • [] Collision

Run project

Dependencies

  • gcc
  • SDL2
  • SDL2_image

Compile

make release

Execute

bin/release/game