The repository where all my university assignments live at.
This repository is divided in branches for each programming language.
A few basic exercises we were assigned during our first semester of classes.
frog.c
: A small commandline game where you press enter to roll a dice and advance. It also renders a board.Some more exercises from our second semester, this time with more project assignments.
cinema.c
: A commandline cinema management tool thingy we had to code. It prints room distributions, and
can filter from row to row when doing so.word_search.c
: A word search, where you input the words and it prints out the whole thing in the end.Nothing much yet, just a diagnosis we were assigned.
diagnosis.c
: The only interesting part of this thing is that includes a function to validate Chilean RUT codes.
Other than that, just another input registry project.