Shooting Array is a simple yet engaging point-and-click shooter game inspired by classic arcade games like Time Crisis and fairground mini-games. The game brings the excitement of a fairground shooting gallery into a digital format, where players can test their aim and reflexes against moving and pop-up targets.
- Dynamic Targets: Targets move smoothly horizontally or vertically on the screen, with some even popping up in random locations to keep players on their toes.
- Scoring System: Each successful hit earns points, and the game features a multiplier for consecutive hits to reward sharpshooters with quick reflexes and precise aim.
- Animations: Smooth animations for target movements and interactions, ensuring an good gameplay experience.
- Responsive Design: Crafted to provide a seamless experience across various devices, ensuring players can enjoy the game anytime, anywhere.
- Start the Game: Click on the 'Start' button to begin your shooting adventure.
- Aim: Move your cursor to aim at the moving or pop-up targets on the screen.
- Shoot: Click or tap to shoot. Accuracy is key, so make sure to line up your shots carefully.
- Score Points: Hit targets to score points. Consecutive hits increase your multiplier, boosting your score even further.
Before you begin, ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/amancalledkidd/fairground-shooting-gallery.git
-
Navigate to the project directory:
cd fairground-shooting-gallery
-
Install dependencies:
Assuming you have Node.js and npm installed, run:
npm install
-
Start the development server:
npm run dev
This command will start a local development server. Open
http://localhost:5173
(or the provided URL) in your browser to view the app.
https://amancalledkidd.github.io/fairground-shooting-gallery/
Enjoy the game, and may your aim be true!