https://github.com/dalurness/winter-code-fest
Community coding challenge for the month of December. Solve some puzzles, try out a new language, show off your ridiculously optimized solution, be creative, and have fun!
https://github.com/dalurness/winter-code-fest
challenge code festive
Last synced: 3 months ago
JSON representation
Community coding challenge for the month of December. Solve some puzzles, try out a new language, show off your ridiculously optimized solution, be creative, and have fun!
- Host: GitHub
- URL: https://github.com/dalurness/winter-code-fest
- Owner: dalurness
- License: mit
- Created: 2024-11-07T03:49:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-13T06:40:36.000Z (6 months ago)
- Last Synced: 2025-12-13T12:48:20.255Z (6 months ago)
- Topics: challenge, code, festive
- Language: TypeScript
- Homepage: https://dalurness.github.io/winter-code-fest/
- Size: 61.8 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Winter Code Fest
Welcome to the coolest coding festival of the year!
## Introduction
The Winter Code Fest was created as a way to encourage taking some time to try something new! The questions are meant to be easy and medium difficulty so that **they don't take up too much time** (this is supposed to be a fun exercise, not a chore!).
Instead, we encourage you to **branch out** and **be creative** while solving the puzzles. Maybe use a programming language you are not familiar with, or try to solve the questions in a unique way.
Some feats to date:
- the first several questions solved in excel
- one question solved completely in machine code
## Once You Have Finished A Question
Once you have completed a question, submit your answer with a PR to this repo! The solutions belong in `/src/content/communitySolutions`.**Set the name of the file to your GitHub username**. Include descriptions (look at an example of someone else's submission) along with your code and then we will merge it to start showing on the site.
## Contributing
We would love your help on this project! Whether you want to add a question, put a little more flair to the site styles, or modify a question to come to a more checkable solution, we appreciate the help. Head over to the [contributing file](/CONTRIBUTING.md).