Skip to content

Leah123-d/React-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to Ladle: A word Guessing Game!

In this game, you guess a word to match with the secret word. This project highlights the skills of React and useState hooks. Especially, returning different messages or feedback on guesses depending on the user's input.

Installation

Clone the repository

cd into the repository React-Game

run npm install then npm run dev

Troubleshooting Issues:

  1. If the game is not displaying in preview, please take the following steps.
  2. Review the App.jsx file to confirm that the imports below are at the top of the page import React, { useState } from 'react'; import GuessInput from './GuessInput.jsx';
  3. In the App.jsx file, review the function App, in the return statement ensure the component is listed in the return statement.
  4. Review the GuessInput.jsx file to make sure the states exist and are present on the elements in the return statement
  5. Review the console to see if there are any additional error listed.

Software Used

This game was built in Visual Studio Code using React + Vite.

Gameplay preview:

react_game_walkthrough.mov

Remaster preview:

ladleremaster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published