Practices in TDT4102 spring 2018. A place to stash all my practices online.
Simple stuff. Transcribing Python and simple arithmetics.
Loops, functions, and program flow. I used multiple files, but that should not be necessary.
Functions and pointers! Wohoo! Made a cannon shooting game, which was fun.
Loads of functions and c-strings. Implemented an easy mastermind game. This was such a pain because of arrays and char type is a bitch!
Made a blackjack game and a few classes.
SFML and graphics. Made a game of the cannon stuff from practice 3.
Dynamic memory and Matrices. Fun little project to keep building on!
Filestreams, maps and other streams.
Creating a minesweeper game in SFML
Polymorphism and inheritance. Creating some classes to draw in a BMP file.