Skip to content

developer239/aoc-visual

Repository files navigation

AoC 2023 Visual

master

Overview

The cpp-starter project is designed as a starting point for creating C++ applications.

It leverages SDL2 for graphical rendering and input handling and provides a modular architecture for scalable development.

Running the Project on Mac

  1. Install dependencies:
$ brew install cmake ninja sdl2 sdl2_ttf sdl2_image sdl2_mixer
  1. Build:
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=$(brew --prefix)/bin/ninja -G Ninja -S . -B build
$ cd build
$ ninja
$ ctest
  1. Run:
$  cd build/src/apps/app-name
$ ./app-name 

2024 - Day 4 Part 1

part1

2024 - Day 6 Part 1

part1

2023 - Day 3

part1 part2

2023 - Day 14 Part 1

part1