Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 952 Bytes

File metadata and controls

22 lines (11 loc) · 952 Bytes

ncurses-projects

Learning ncurses currently. Join me on my journey!

Moving Box:

Created a moving box, where it is controlled by user input.

MovingBox.mp4

Menu System:

Created a menu system that allows the user to select different options. Depending on the option selected, a different event takes place.

Menu.mp4

Interactive Environment, Character Movement, and Choices:

Created an initial menu screen that lets you deploy the game. After this, you are introduced to the character Sevarian who you can control. The game employs map itneraction by allowing the player to enter through a trapdoor, which upon doing, displays text of an important event.

ncursesLevels.mp4