You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing Ninja is project built using C++ and developed in the CLION IDE. This repository houses a console-based application designed to enhance users' typing skills. The codebase is divided into modular components using OOPs, encompassing diverse features like typing tests, interactive lessons, typing games, and a user account management system.
Snake Game (console based application). In this classic game, control the snake using arrow keys or w,a,s,d keys. The snake is depicted with a large 'O' for the head and small 'o's for the tail. Keep an eye out for the '@' symbol representing the fruit, while the walls are denoted by '#' with walls acting as transporters.