All weekly workshop questions and AMS questions for CAB202 microprocessors and digital systems.
The week folders contain both workshop questions and weekly assessed questions.
Assignment 1 is a fully functional pong clone written in ncurses.
Most programs require the ZDK library.
cd ZDK
make
gcc ex1.c -std=gnu99 -L ../ZDK -I ../ZDK -lzdk -lncurses -lm
This project is licensed under the MIT License - see the LICENSE.md file for details ZDK and cab202_teensy libraries are owned by their respective authors.