Coding: Ray Casting in 2D pixel game engine

An experiment about creating a 3D FPS game on 2D pixel engine, for learning raycasting theory and pico-8 both.

Arrow keys to play, Z to shoot.

As a game engine with hard constraints and high DIY ability, PICO-8 deserve digging deeper.




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Write Summation as Matrix
  • Inverse Kinematics
  • Representations of Rotation and Derivation
  • Assembly Language and Language C
  • Note: Pointer in C++