aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindrops <contact@minteck.org>2022-12-01 11:33:07 +0000
committerRaindrops <contact@minteck.org>2022-12-01 11:33:07 +0000
commitd8bcf75bf5293703fb62b925c70d0b0e16ebe3e5 (patch)
tree74a7f0cb25b6479bcda32e9dd7001cedfde27646
parent1481e2eaf25dafba64c388ec450d54482fcedc60 (diff)
parente17764c48bf34fdb14bc0ca8c74286834e60453e (diff)
downloadaoc2022-d8bcf75bf5293703fb62b925c70d0b0e16ebe3e5.tar.gz
aoc2022-d8bcf75bf5293703fb62b925c70d0b0e16ebe3e5.tar.bz2
aoc2022-d8bcf75bf5293703fb62b925c70d0b0e16ebe3e5.zip
Merge pull request 'Add rules to README + change plan for languages.' (#1) from doc/language-scope into mane
Reviewed-on: https://git.equestria.dev/equestria.dev/aoc2022/pulls/1
-rw-r--r--README.md65
1 files changed, 40 insertions, 25 deletions
diff --git a/README.md b/README.md
index eca06d0..c866f28 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,40 @@
-1. JS
-2. Lua
-3. Python
-4. Kotlin
-5. Java
-6. C
-7. C++
-8. Bash
-9. PowerShell
-10. Rust
-11. Go
-12. Excel
-13. F#
-14. Ruby
-15. CoffeeScript
-16. Dart
-17. C#
-18. Swift
-19. Minecraft
-20. Groovy
-21. PHP
-22. Scala
-23. SQL
-24. Visual Basic
-25. Wing
+# Advent of Code 2022
+Advent of Code is a yearly event occuring every December between the 1st and the 25th (both inclusive). The goal is to extract the problem from a "story", and write a program to solve the problem.
+
+## Specific rules for us
+1. Don't read today's problem without the other.
+2. Don't work on today's problem without the other.
+3. If we're running out of time and one of us is stuck, the other can complete it on their own.
+4. The rules apply to all of us.
+5. Pony.
+
+## Adding a twist
+For each day, choose one of these languages to work in based on the task.
+Learning of new languages is preferred, so if the task seems simple to do try to use a language you don't know.
+Place a README.md containing the deconstructed task, and which language being used.
+
+- JS
+- Lua
+- Python
+- Kotlin
+- Java
+- C
+- C++
+- Bash
+- PowerShell
+- Rust
+- Go
+- Excel
+- F#
+- Ruby
+- CoffeeScript
+- Dart
+- C#
+- Swift
+- Minecraft
+- Groovy
+- PHP
+- Scala
+- SQL
+- Visual Basic
+- Wing \ No newline at end of file