Skip to content

Personal solutions to the problems published by the events at Everybody Codes

Notifications You must be signed in to change notification settings

wmouwen/everybody-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Everybody Codes

This repository contains a set of solutions to the problems published by the events at Everybody Codes.

The repository contains a mixture of different programming languages. Solutions are made to read from stdin and output to stdout.

Events

2024 - The Kingdom of Algorithmia

Quest Name Problem Solution Ducks
1 The Battle for the Farmlands link link 🦆🦆🦆
2 The Runes of Power link link 🦆🦆🦆
3 Mining Maestro link link 🦆🦆🦆
4 Royal Smith's Puzzle link link 🦆🦆🦆
5 Pseudo-Random Clap Dance link link
6 The Tree of Titans link link 🦆🦆🦆
7 Not Fast but Furious link link 🦆🦆🦆
8 A Shrine for Nullpointer link link 🦆🦆🦆
9 Sparkling Bugs link link 🦆🦆🦆
10 Shrine Needs to Shine link link 🦆🦆
11 Biological Warfare link link 🦆🦆🦆
12 Desert Shower link link
13 Never Gonna Let You Down link link
14 The House of Palms link link
15 From the Herbalist's Diary link link
16 Cat Grin of Fortune link link
17 Galactic Geometry link link
18 The Ring link link 🦆🦆🦆
19 Encrypted Duck link link
20 Gliding Finale link link

2025 - The Song of Ducks and Dragons

Future event.

Stories

1 - Echoes of Enigmatus

Quest Name Problem Solution Ducks
1 EniCode link link 🦆🦆🦆
2 Tangled Trees link link 🦆🦆🦆
3 The Conical Snail Clock link link 🦆🦆🦆

2 - The Entertainment Hub

Quest Name Problem Solution Ducks
1 Nail Down Your Luck link link 🦆🦆🦆
2 The Pocket-Money Popper link link 🦆🦆🦆
3 The Dice that Never Lie (Unless I Tell Them To) link link 🦆🦆🦆

Technologies

Python

To run the Python scripts, you need to perform the following steps:

  1. Install Python and pip.

  2. Start a virtual environment.

    python -m venv venv
  3. Activate the virtual environment.

    source venv/bin/activate
  4. Install the dependencies.

    pip install -e .
  5. Run the solution for the required quest.

    event="events/2024"
    quest=1
    set="part_1"
    python "./$event/$quest/solution.py" < "./problems/$event/$quest/inputs/$set.txt"

About

Personal solutions to the problems published by the events at Everybody Codes

Resources

Stars

Watchers

Forks

Languages