Snake Water Gun Game in C A simple console-based Snake Water Gun game where the player competes against the computer. This project is written in C and follows the classic "Rock Paper Scissors" style with a twist.
Rules Snake drinks water. Water extinguishes the gun. Gun kills the snake. The player selects one of these options, and the computer randomly picks its move. The winner is decided based on these rules.
Features Randomized Computer Moves: The computer picks its move randomly using the rand() function. Score Tracking: The game keeps track of the player’s and computer’s scores.