https://github.com/borjapazr/codember-solutions
📺👨💻 Solutions to the challenges proposed by @midudev on https://codember.dev
https://github.com/borjapazr/codember-solutions
challenge codember javascript midudev
Last synced: 6 months ago
JSON representation
📺👨💻 Solutions to the challenges proposed by @midudev on https://codember.dev
- Host: GitHub
- URL: https://github.com/borjapazr/codember-solutions
- Owner: borjapazr
- License: mit
- Created: 2022-11-23T20:12:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T14:55:33.000Z (about 3 years ago)
- Last Synced: 2025-03-11T00:32:23.433Z (about 1 year ago)
- Topics: challenge, codember, javascript, midudev
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 📺👨💻 codember solutions [](https://github.com/borjapazr/codember-solutions/actions)
📺 ¿Puedes superar los retos de programación? • codember 🚀
This repository contains the solutions to the challenges proposed by [@midudev](https://midu.dev/) on the [codember](https://codember.dev/) website.
## 🤖 2022
Show / Hide
### 🎮️ Challenges
| # | Challenge | Solution |
| :-: | :------------------------------------------------------: | :-----------------------------------: |
| 01 | [¡Arregla Twitter!](2022/challenge-01) | [Show](2022/challenge-01/solution.js) |
| 02 | [¡Atrapa a esos ciber criminales!](2022/challenge-02) | [Show](2022/challenge-02/solution.js) |
| 03 | [La zebra de colores](2022/challenge-03) | [Show](2022/challenge-03/solution.js) |
| 04 | [Encuentra la contraseña de tu amigo](2022/challenge-04) | [Show](2022/challenge-04/solution.js) |
## 🕵️ Secrets
🌅 Corrupt image
```bash
$ say elonmusk
```
🐮 Cowsay
```bash
$ ping midu.dev
```
🎉 Confetti
```bash
$ confetti
```
🕹️ Tetris
```bash
$ play tetris
```
🎲 Google roll trick
```bash
$ do a barrel roll
```
📧 Mail
```bash
$ submit t8vjh832948fcnal
```
🆙 Konami code
```bash
Press up, up, down, down, left, right, left, right, B, A
```
## 🚀 Quick start
- Install
```bash
make install
# or
npm install
```
- Run all challenges
```bash
make run
```
- Run specific challenge
```bash
make run YEAR=YYYY CHALLENGE=XX # where YYYY is the year and XX is the challenge number
```
## 🚩 License
MIT @ [borjapazr](https://me.marsmachine.space). Please see [License](LICENSE) for more information.