From 81c528cc554d0b2f97f3c477a0a5d6678587c2d2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 26 Mar 2024 21:50:28 +0100 Subject: Updated README file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 15 ++++++++------- 1 file 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-Ω 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. -- cgit v1.2.3