A simple terminal-based raycaster written in C using Termbox2.
git clone https://github.com/tmpstpdwn/TermCaster
cd TermCaster
make
./termcaster
- Arrow keys: Move and rotate
- ESC: Quit
This project has taken inspiration from the following resources:
- @salt-die's terminal dungeon : https://github.com/salt-die/terminal_dungeon
- Lode's Raycasting Tutorial: https://lodev.org/cgtutor/raycasting.html
- Permadi Raycasting Tutorial: https://permadi.com/1996/05/raycasting-tutorial/
The terminal font size should be small enough for the program to render properly!
This project is licensed under GPL3 LICENSE.