Target Shooter is an interactive web-based game designed to train reflexes, accuracy, and response speed. With a simple yet challenging mechanic, the game challenges players to shoot red targets as quickly as possible using left-click mouse inputs. Each precise shot increases the score, while missed shots reduce lives. The primary goal is to achieve the highest score before lives run out!
Target Shooter offers a dynamic gameplay experience focused on improving mental and physical agility. Players must react swiftly to randomly appearing targets on the screen. The faster a player shoots the targets, the higher their score. Mistakes or delays reduce lives, adding time pressure and intensity to the game.
This application is built using React.js, HTML5, and CSS3, supported by development tools like Webpack and Babel. It is licensed under the MIT License, allowing flexibility in code usage and modification.
To run the app, clone the repository using the command
git clone https://github.com/Fashich/targetshooter.git
Install dependencies with
npm install
then start the application via
npm start
Access the game at http://localhost:3000
in your browser.
This project is licensed under the MIT License. Detailed license terms are provided in the LICENSE.md file.
Key Features:
This project was bootstrapped with https://github.com/facebook/create-react-app?spm=a2ty_o01.29997173.0.0.50c3c921W8e28e
.
In the project directory, you can run:
npm start
: Runs the app in development mode.npm test
: Launches the test runner in watch mode.npm run build
: Builds the app for production in the build folder.npm run eject
: Exposes configuration files (irreversible).For more details, see the https://facebook.github.io/create-react-app/docs/getting-started?spm=a2ty_o01.29997173.0.0.50c3c921W8e28e
.
https://facebook.github.io/create-react-app/docs/code-splitting?spm=a2ty_o01.29997173.0.0.50c3c921W8e28e
https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size?spm=a2ty_o01.29997173.0.0.50c3c921W8e28e
https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app?spm=a2ty_o01.29997173.0.0.50c3c921W8e28e
https://facebook.github.io/create-react-app/docs/deployment?spm=a2ty_o01.29997173.0.0.50c3c921W8e28e