Biplab-313 / C_language_Q-A

This is the repo where we discuss on C programming language related Q&A
MIT License
2 stars 3 forks source link

Project : Write a C program to implement a game of "Snake, Water, Gun" #5

Closed Biplab-313 closed 1 month ago

Biplab-313 commented 1 month ago

Project

Write a C program to implement a game of "Snake, Water, Gun" where the user can play against the computer. The program should generate a random choice for the computer and allow the user to input their choice. The program should then determine the winner based on the game's rules and display the result.

In this game, the rules are as follows :

  • Snake beats Water
  • Water beats Gun
  • Gun beats Snake
  • If both the user and the computer choose the same option, it's a draw.
SnehaghoshBarsha444 commented 1 month ago

@Biplab-313 sir , I would like to write this program in C . Kindly assign me .

Biplab-313 commented 1 month ago

@SnehaghoshBarsha444 very nice well done

As you generate a perfect code for this issue , I'm going to accept your PR asap Thank you . Happy Coding