GithubHelp home page GithubHelp logo

extranjeria's Introduction

EXTRANJERIA

Game Logo

Description

This game aims at annoying you rather than anything else // Este juego está hecho para frustrarte más que nada

Main Functionalities

  • Puedes (intentar a) elegir tu personaje
  • Hay una cuenta atrás de 60 segundos para obtener 5 trofeos
  • También hay cuenta de los trofeos obtenidos
  • Van apareciendo los obstáculos
  • El personaje se mueve arriba y abajo
  • Si colisionas con un papel denegado o no obtienes 5 papeles antes de que se acabe un minuto, pierdes

Backlog Functionalities

  • Tener más personajes y la asignación aleatoria
  • La velocidad sube en cuanto obtengas 3 papeles
  • Otro nivel

Technologies used

  • HTML
  • CSS
  • DOM Manipulation
  • JS Classes
  • JS Audio ()

States

  • Start Screen
  • Choose Your Character Screen
  • Instructions Screen
  • Game Screen
  • Game Won Screen
  • Gome Over Screen

Project Structure

main.js

-chooseCharacter(); -enterGame(); -startGame();

Game.js

  • Game () {
    • this.character;

    • this.ObstaclesArr;

    • this.prizesArr;

    • this.frames;

    • this.count;

    • this.counterNodeNum;

    • this.obstaclePopUp();

    • this.prizePopUp();

    • this.collisionCharacterObstacle();

    • this.collisionCharacterPrize();

}

  • gameWon();
  • gameOver();
  • timer();
  • mosquitoSound();
  • gameLoop()

Character.js

  • Character () {
    • this.x;
    • this.y;
    • this.w;
    • this.h; }
  • moveUpEffect ()
  • moveDownEffect ()
  • positionUpdate()

Prize.js

  • Prize () {
    • this.x;
    • this.y;
    • this.w;
    • this.h; }
  • automaticMovement ()
  • positionUpdate()

Obstacle.js

  • Obstacle () {
    • this.x;
    • this.y;
    • this.w;
    • this.h; }
  • automaticMovement ()
  • positionUpdate()

Extra Links

Sketch

Link

Trello

Link

Slides

Link

Deploy

Link

extranjeria's People

Contributors

drannakurasova avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.