https://github.com/nubango/secondchance
Programación de Videojuegos en Lenguajes Interpretados 2019-2020 en la Universidad Complutense de Madrid
https://github.com/nubango/secondchance
javascript phaser webgame
Last synced: 2 months ago
JSON representation
Programación de Videojuegos en Lenguajes Interpretados 2019-2020 en la Universidad Complutense de Madrid
- Host: GitHub
- URL: https://github.com/nubango/secondchance
- Owner: nubango
- Created: 2019-09-16T16:03:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T16:06:01.000Z (about 1 year ago)
- Last Synced: 2025-01-17T21:31:18.399Z (4 months ago)
- Topics: javascript, phaser, webgame
- Language: JavaScript
- Homepage: https://nubango.github.io/SecondChance/
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
>Hecho por **SecondChance** para la asignatura Programación de Videojuegos en Lenguajes Interpretados 2019-2020 en la Universidad Complutense de Madrid
>>Grupo formado por:
>>
>>- Nuria Bango Iglesias ()
>>- Marcos Docampo Prieto-Purga ()# DOCUMENTO DE DISEÑO
## 1. Introducción
Origami Slash es un juego en navegador para móvil u ordenador, en el que frutas aparecen desde abajo, y deslizando el dedo o ratón, y el objetivo del jugador es cortarlas antes de que caigan al suelo
## 2. Gameplay
El **objetivo** del juego es cortar el mayor número de fruta posible en un minuto y medio. Cuantas más frutas partas con el mismo corte, mayor puntuación obtendrás (combos).
## 3. Mecánicas
**Controles:**
- Deslizar con el dedo en pantalla táctil o
- Mover y mantener el click izquierdo del ratón**Tipos de frutas:** cada fruta suma un número de puntos distinto
- Sandía: 10
- Melón: 15
- Piña: 20
- Plátano: 30
- Manzana: 50
- Naranja: 60
- Limón: 90
- Pera: 100
- Coco: 110## 4. Interfaz
El HUD muestra en la parte superior izquierda el número de puntos que llevas obtenidos y en la parte superior derecha el tiempo restante para finalizar la ronda.
---
---
![]()
>Made by **SecondChance** for the subject Video Game Programming in Interpreted Languages 2019-2020 at Universidad Complutense de Madrid.
>>Group formed by:
>>
>>- Nuria Bango Iglesias()
>>- Marcos Docampo Prieto-Purga()
>>
# DESIGN DOCUMENT## 1. Introduction
Origami Slash is a browser game for mobile or computer, in which fruits appear from below, and sliding the finger or mouse, and the player's goal is to cut them before they fall to the ground.
## 2. Gameplay
The **objective** of the game is to cut as many fruits as possible in a minute and a half. The more fruits you cut with the same cut, the higher score you get (combos).
## 3. Mechanics
**Controls:**.
- Swipe with your finger on the touchscreen or
- Move and hold left**Types of fruits:** Each fruit adds a different number of points.
- Watermelon: 10
- Melon: 15
- Pineapple: 20
- Banana: 30
- Apple: 50
- Orange: 60
- Lemon: 90
- Pear: 100
- Coconut: 110## 4. Interface
The HUD shows in the upper left corner the number of points you have obtained and in the upper right corner the remaining time to finish the round.