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
Minesweeper is a single-player puzzle video game. It has its origins in the earliest mainframe games of the 1960s and 1970s.The objective of the game is to clear a rectangular board con- taining hidden mines without detonating any of them, with help from clues about the number of neighboring mines in each field. The game originates from the 1960s…
CS 344 Smallsh portfolio project is a project written in C. It is meant to mimic the bash shell with selected functionality. Please view README for more details.
In this project, we will recode the famous printf function using variadic arguments with some of the functions that we made in the first project Libft.
The program shows a main menu (vehicle dashboard) to the user to choose a certain action. Based on user's choice, a sub-menu shows to perform certain actions (e.g: Turn Off Engine, Set Traffic Light, Set Room Temperature, etc.) A dashboard shows up with the updated status for the vehicle.