aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-26 21:50:28 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-03-26 21:50:28 +0100
commit81c528cc554d0b2f97f3c477a0a5d6678587c2d2 (patch)
tree72afceb0f0964af917206d563b3792cc7e8c737f /README.md
parent2c170dc0d85ef7c192c5bd992fedada54d54bf20 (diff)
downloadaoc2023.nes-81c528cc554d0b2f97f3c477a0a5d6678587c2d2.tar.gz
aoc2023.nes-81c528cc554d0b2f97f3c477a0a5d6678587c2d2.zip
Updated README file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5704070..47e22cf 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-[Advent of Code 2023](https://adventofcode.com/2023) on the NES, baby! (let's
-see if I actually finish it...)
-
-Each day is written into its own file inside of `src`. In order to clone it bear
-in mind that the `vendor` directory has git submodules. Hence:
+[Advent of Code 2023](https://adventofcode.com/2023) on the NES. The whole thing
+turned out to be quite tricky on this 8-bit system, with days that required
+computing really big numbers. I put up with this for some days, but starting on
+the fifth one it was unbearable. Thus, this repo contains only until the fourth
+day (included). Each day is written into its own file inside of `src`. In order
+to clone it bear in mind that the `vendor` directory has git submodules. Hence:
``` sh
git clone --recurse-submodule https://github.com/mssola/aoc2023.nes.git
@@ -38,5 +39,5 @@ wiki](https://www.nesdev.org/wiki/Nesdev_Wiki) to get a better picture.
Released under the [GPLv3+](http://www.gnu.org/licenses/gpl-3.0.txt), Copyright
(C) 2023-<i>Ω</i> Miquel Sabaté Solà.
-All code under the `vendor` directory is directly taken from other people and
-not written by me. Attribution is done inside of each file.
+The `vendor` directory contains code that might have been written by other
+people. Attribution is given on each file.