An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 📺👨‍💻 codember solutions [![GitHub RESULTS Workflow Status](https://img.shields.io/github/actions/workflow/status/borjapazr/codember-solutions/results.yml?branch=main&style=flat-square&logo=github&label=RESULTS)](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.