Skip to content

Releases: CodeWithAlamin/Rock-Paper-Scissors

v3.1.0

30 Oct 13:38
Compare
Choose a tag to compare

Update with my new username (@CodeWithAlamin)

v3.0.0

27 Aug 11:49
Compare
Choose a tag to compare

Release v3.0.0

This update introduces enhanced animations and styling improvements. Key changes include:

  • Integrated Framer Motion for smooth animations throughout the app.
  • Refined the Header, ChoiceButton, RuleBtn, and RulePopup components with improved styling and animations.
  • Addressed accessibility issues and fixed minor bugs.
  • Updated the game context to optimize state management and fix rendering issues.

Enjoy a more dynamic and polished Rock-Paper-Scissors experience!

v2.0.0

25 Aug 08:39
Compare
Choose a tag to compare

v2.0.0 - React with TypeScript Upgrade

  • Rebuilt the Rock-Paper-Scissors game using React and TypeScript.
  • Introduced Context API with useReducer for state management.
  • Applied Tailwind CSS for styling.
  • Enhanced code structure and scalability.

Next: Planning to integrate Framer Motion for improved animations.

v1.0.0

21 Aug 12:11
Compare
Choose a tag to compare

Highlights:

  • Completed initial development of the Rock-Paper-Scissors game.
  • Fully implemented game functionality and UI with TypeScript.

Improvements:

  • Refined code structure for maintainability and readability.
  • Enhanced accessibility features, including better landmark usage and improved link distinguishability.

Next Steps:

  • Plan to explore additional features and enhancements in future updates.