Skip to content

This is a shooter game that is controlled by body movements (as interpreted from the webcam feed), based on the classic "Space Invaders" with different types of enemies and a points based level system. Built using JavaScript, Phaser, ML5 & Restful API.

Notifications You must be signed in to change notification settings

jurgen1c/AI-shooter

Repository files navigation

Project Healthy Shooter Video Game

Table of Contents



Live Demo

Live Demo

Video Presentation

Video


About The Project

A Shooter Game called Healthy Shooter, the idea of this game is to incorporate physical activity into video games. For this the web cam is used where the position of the user is used to determine the position of the player character. Thus achieveing physical activity during gameplay.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Get a free API Key at https://www.notion.so/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3
  2. Clone the repo
git clone https://github.com/jurgen1c/healthy-shooter.git
  1. Install NPM packages
npm install
  1. Enter your API in api.js
const key = 'Enter Your API';
  1. Run Webpack dev-server
npm run dev
  1. Run the Tests:
npm run test

How to play

  • Use A, S, D, W to move
  • Use Spacebar to fire
  • Move head to webcam feed cuadrants to move with cam controls
  • Destroy enemies to gain score

Game Documentation

Healthy-Shooter

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Author

👤 Jurgen Clausen


Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • GitHub
  • The-Thanatos Team

About

This is a shooter game that is controlled by body movements (as interpreted from the webcam feed), based on the classic "Space Invaders" with different types of enemies and a points based level system. Built using JavaScript, Phaser, ML5 & Restful API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published