In my previous video, I implemented Sokoban in C++ using bitboards, but the experience of playing the game was somewhat dull. So, I figured that it may be fun to improve the experience by making use of ncurses. It’s a lot shorter this time.

Hope you enjoy.