marta8919 / veggie-wars-game

Javascript game

Home Page:https://marta8919.github.io/veggie-wars-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This game was created as part of the web development bootcamp at Ironhack

Description

The use have to avoid the animal products to increase score. If an animal product touches the plate, then triggers the game over screen.

MVP

Basic functionalities, just chiken pieces falling from the top of the canvas, the game is over when an animal product touches the plate.

Backlog

  • Adding more items to fall from the sky, such as ham
  • Adding other items that will increase the score, such as Avocado or Hummus
  • Adding different gravity to the products
  • Changing the name of the level as the score increases (level 1: dinner with friends, level 2: christmas, level 3 : bbq)
  • Adding background music and sound effects
  • Make it responsive
  • [0] Use local storage to keep the name of the player and score

Data structure

  • src folder:

    • index.html will hold all the html
    • index.css will hold all the styling
    • index.js will hold all the javascript
    • variables.js will hold all the variables
  • images folder will hold all the images

  • music folder will have all the sound effects and music

Resources

Kanban board

Presentation of the project

Play!

About

Javascript game

https://marta8919.github.io/veggie-wars-game/


Languages

Language:JavaScript 55.4%Language:HTML 22.8%Language:CSS 21.8%