Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 894 Bytes

File metadata and controls

36 lines (23 loc) · 894 Bytes

Termcaster

A simple terminal-based raycaster written in C using Termbox2.

Demo

Demo gif

Build & Run

git clone https://github.com/tmpstpdwn/TermCaster
cd TermCaster
make
./termcaster

Controls

  • Arrow keys: Move and rotate
  • ESC: Quit

Resources

This project has taken inspiration from the following resources:

Note

The terminal font size should be small enough for the program to render properly!

License

This project is licensed under GPL3 LICENSE.