https://github.com/simonapiz/choredoor
An interactive game built with JavaScript DOM manipulation
https://github.com/simonapiz/choredoor
codecademy-solutions css dom-manipulation game-development html interactive-visualizations javascript
Last synced: about 2 months ago
JSON representation
An interactive game built with JavaScript DOM manipulation
- Host: GitHub
- URL: https://github.com/simonapiz/choredoor
- Owner: SimonaPiz
- Created: 2023-11-17T10:42:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T10:22:02.000Z (over 2 years ago)
- Last Synced: 2025-04-07T00:48:26.375Z (about 1 year ago)
- Topics: codecademy-solutions, css, dom-manipulation, game-development, html, interactive-visualizations, javascript
- Language: JavaScript
- Homepage: https://simonapiz.github.io/ChoreDoor/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
ChoreDoor
An interactive one-page game built with JavaScript DOM manipulation
> Live demo [_here_](https://simonapiz.github.io/ChoreDoor/)

## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Acknowledgements](#acknowledgements)
* [Author](#author)
## General Information
In this project, I created the entire logic to make the game work.
### Features:
- [x] When the page loads the doors are closed and the hidden images are randomly matched.
- [x] when the user clicks on a door, it opens showing the image
- [x] if the image is the ChoreBot, the user loses
- [x] otherwise the user can go ahead and click on another door
- [x] if the user manages to avoid the ChoreBot until the last door, he wins
- [x] the label at the bottom shows the state of the game (win or loss)
- [x] The button resets the game when clicked
✔ [issue #1](https://github.com/SimonaPiz/ChoreDoor/issues/1)
## Technologies Used
- HTML
- CSS
- JavaScript
## Acknowledgements
This project comes from the [Codecademy's Building Interactive JavaScript Websites](https://www.codecademy.com/learn/build-interactive-websites) course.
## Author
- [Simona Pizio](https://github.com/SimonaPiz)