This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Installed npm packages: jquery underscore request express | |
| // jade shelljs passport http sys lodash async mocha chai sinon | |
| // sinon-chai moment connect validator restify ejs ws co when | |
| // helmet wrench brain mustache should backbone forever debug jsdom | |
| /* | |
| Given a list of Strings, return a Set of Sets, each of which contains all strings which are anagrams of each other. | |
| Example: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="borde-gris"> | |
| <label for="nombre">Ingresa tu nombre</label> | |
| <input class="borde-azul" id="nombre" type="text"> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Document</title> | |
| </head> | |
| <body> | |
| <div>prueba</div> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { lazy, obtenerTijera } from "./lazy.js" | |
| import { megastofeles, obtenerEscudo } from "./megaestofeles.js" | |
| import { unitornio, obtenerGlobo } from "./unitornio.js" | |
| import { zombie, obtenerEstaca } from "./zombie.js" | |
| import { burlon, obtenerLinterna } from "./burlon.js" | |
| let globalGameObject = { | |
| stats : { | |
| carisma: 20, | |
| fuerza: 20, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "kind": "Listing", | |
| "data": { | |
| "modhash": "uo8ez9e1lf807810187b428b01e59cd38a9303245aa595d992", | |
| "children": [ | |
| { | |
| "kind": "t3", | |
| "data": { | |
| "domain": "i.imgur.com", | |
| "banned_by": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
| <title>Document</title> | |
| <script src="./motor.js" type="module"></script> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let globalGameObject = { | |
| stats : { | |
| carisma: 20, | |
| fuerza: 20, | |
| belleza: 20, | |
| inteligencia: 20 | |
| }, | |
| items : { | |
| linterna: 0, | |
| estaca: 0, |
NewerOlder