Princeton21 / Data-Structures-and-Algorithms

Repository consisting of data-structures and algorithms.
MIT License
32 stars 130 forks source link

Add a game project #29

Closed Princeton21 closed 2 years ago

Princeton21 commented 2 years ago

Everyone has implemented at least one short game in their life. Your task is to add a project of any game of your choice This is a(n):

Details:

There are a few folders of common games created in the game_projects directory.

If you want to implement a new game, kindly create a folder in the above directory.

Submit a program of the game of your choice in the respective game folder.

You can implement this program in any language you prefer.

While requesting to be assigned, kindly specify the game you will be working on and the language in which you will implement the program.

kantesreenithin commented 2 years ago

I want to contribute to this. I made a roll a dice game using python In that game we can roll a dice at one time and multiple times please assign me this.

Princeton21 commented 2 years ago

That's great. Sure go ahead, but create the folder of the games name and add your file in it

abhishekdey4444 commented 2 years ago

I made a tic-tac-toe game in python using mini-max algorithm by which people can play against the computer. Could assign this issue to me?

Princeton21 commented 2 years ago

That's great. You can go ahead.

z3n70 commented 2 years ago

@Princeton21 could assign me to this issue?? i want to made snake game using python

Princeton21 commented 2 years ago

@z3n70 Go ahead.

mohamedarish commented 2 years ago

@Princeton21 could you assign this issue to me? I have hangman game using python

Princeton21 commented 2 years ago

@DFAWX31 go for it.

mahesh-248 commented 2 years ago

@Princeton21 can u please assign this issue for creating word guessing game for a limit of chances using python?

Princeton21 commented 2 years ago

Go for it @mahesh-248

rahulvansh66 commented 2 years ago

@Princeton21 can you please assign issue to create Pong game, it's simple "tennis like" game.

Princeton21 commented 2 years ago

Sure @rahulvansh66 go for it

rahulvansh66 commented 2 years ago

@Princeton21 I sent PR, kindly check it

BhaviniMadhuranath commented 2 years ago

@Princeton21 can you assign this to me? I made rock paper scissors lizard spock in C (single player)

Princeton21 commented 2 years ago

Sure @BhaviniMadhuranath Go ahead

Kevinjadia commented 2 years ago

@Princeton21 Can you assign me the issue to create a "snake and ladders game" in python?

Kevinjadia commented 2 years ago

@Princeton21 Can you assign the issue #335 to create a movie guessing name?

Kevinjadia commented 2 years ago

@Princeton21 Can you assign me issue #337 to create a Concentration improvement colour game?

Kevinjadia commented 2 years ago

@Princeton21 Please assign me both the above two issues, implementation for both is almost ready!

Princeton21 commented 2 years ago

sure

Mjcev commented 2 years ago

Hi @Princeton21 I create a tower of Hanoi game in Python