o
odin.langpkg.dev
packages / app / raycasting-odin

raycasting-odin

7f595f6app

raycasting game made with odin

MIT · updated 1 year ago

Raycasting odin

Small project for me to play around with Odin and learn Raycasting

raycasting-odin-showcase

How to play

  • Move player using "WASD"
  • Rotate the camera left and right using the mouse
    • "Q" and "E" also works
  • "V" to enter Map Editing mode
    • LMB to place a block
    • RMB to erase
    • "V" to exit Map Editing mode
  • "ESC" to quit
  • [debug] "P" to print the map

How to run

  • Install Odin
  • Run odin run . inside the project folder