Welcome to the Where's Waldo Puzzle Game App! This project brings the classic Waldo puzzle game into the digital world, providing an engaging experience for players of all ages.
This app is built using a combination of React.js for the frontend and Node.js with Express and Mongoose for the backend. By utilizing React.js for the frontend, users can enjoy a seamless and interactive gaming experience. Meanwhile, the backend logic ensures security and prevents unauthorized modifications from the client side.
Interactive Gameplay: Players can search for Waldo and his friends in various scenes, just like in the classic puzzle book. Backend Security: The majority of the game logic is implemented on the backend to ensure the security of the application. Continuous Updates: The app is regularly updated to address any glitches or bugs and to provide an optimal gaming experience for users. CRUD Functionality: Users can create, read, update, and delete game data through a RESTful API. Technologies Used React.js: Frontend development Node.js: Backend server environment Express: Web application framework for Node.js Mongoose: MongoDB object modeling for Node.js
To run the app locally, follow these steps:
Clone the repository: git clone Install dependencies: npm install Start the backend server: npm run dev you need to do same for in the server repo aswell.
Contributions to this project are welcome! If you notice any glitches, bugs, or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
Special thanks to Martin Handford, the creator of the original Where's Waldo puzzle books, for inspiring this digital adaptation.