diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-12-13 10:40:59 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-12-13 10:40:59 +0100 |
| commit | 3087897c5aa716579b1255ac8c65dc1438515822 (patch) | |
| tree | 8ae222b146e8222e7fff4364fcc3d7dc90a4416a /README.md | |
| parent | 63897b552fc0d0a2544a547318017485ed220c67 (diff) | |
| download | aoc2023.nes-3087897c5aa716579b1255ac8c65dc1438515822.tar.gz aoc2023.nes-3087897c5aa716579b1255ac8c65dc1438515822.zip | |
Implemented the first part of day 4
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,10 @@ debugging support or at least some form of memory visualization. This is because some days have nothing to show for other than updating some values on the NES memory. A safe bet is to go with either [fceux](https://fceux.com/web/home.html) or [Mesen](https://github.com/SourMesen/Mesen2/), which provide tools like RAM -watchers or a full debugger. +watchers or a full debugger. Otherwise, you can run tests with `make test`, but +for now this requires a screen. Thus, we cannot run it on a CI, for now. This is +mainly used so to ensure that changes on shared code don't mess with the end +result from exercises. Notice also that I will use some terms without actually introducing them. That is, I expect you to go over the [NES Dev |
