Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 742 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 742 Bytes

Dice Game

Following along with freeCodeCamp's Review Algorithmic Thinking by Building a Dice Game lesson.

Course description

Algorithmic thinking involves the ability to break down complex problems into a sequence of well-defined, step-by-step instructions.

In this Dice game project, you’ll learn how to manage game state, implement game logic for rolling dice, keeping score, and applying rules for various combinations.

This project covers concepts such as event handling, array manipulation, conditional logic, and updating the user interface dynamically based on game state.