Virtual Pet
2016
C++, SFML
This project was my first real attempt at programming by myself using C++ and SFML. The project was simple: make a game where you have to take care of a virtual pet. The objective was to dwelve deeper into C++ by reinforcing my (at the time) basic knowledge and to discover C++ Object Oriented capabilities.
Nowadays, I know better not to mix OOP and game development.
Challenges
- Understand Microsoft VS C++ Linker
- OOP in C++
- Sprite drawing
- Data Structures

A happy little pet roaming around.