yunji0387 / react-game-web

Mini Games Web
https://yunji0387.github.io/react-game-web/
0 stars 0 forks source link

Implement Mini Games #3

Open yunji0387 opened 1 year ago

yunji0387 commented 1 year ago

I would like to implement three mini-games into the project. The goal is to provide users with interactive and enjoyable experiences. The following are the details of the games:

  1. Tic Tac Toe:

    • Develop a Tic Tac Toe game where users can play against the computer or another player.
    • It should have a user-friendly interface and provide clear instructions on how to play.
    • Consider implementing different difficulty levels to challenge the players.
  2. Rock Paper Scissors:

    • Create a Rock Paper Scissors game that allows users to play against the computer.
    • The game should have a simple and intuitive interface.
    • Include informative messages to notify the user about the outcome of each round.
  3. Drum Kit:

    • Build a virtual drum kit that users can interact with by clicking on different drum components using keyboard.
    • It should produce corresponding sounds for each drum component when clicked.
    • Consider adding visual feedback, such as animations or highlighting, to enhance the user experience.
yunji0387 commented 1 year ago

Successfully implement Tic Tac Toe logic for playing against player, and have not yet implemented playing against computer logic for the game.