← Back Published on

Sokoban Game

C language     

     During my second year of Bachelor, we had this project which goal was to recreate the game Sokoban in C language without graphic interface. C language was, after Python, the second programming language we learned throughout the first and early second year. Making this project required us to use everything we learned so far in this programming language, from manipulate files to allocating memory space. 

     This was one of my first major project in my academic journey where I learned to work with a partner. The beginning was rather chaotic, we both wanted to code and we were trying to do tasks in the same time but at some point we realized it was counterproductive. We started all over after noticing our first idea was not ideal for the project, we thought about a new implementation, reorganized and divided the tasks between us to work more efficiently until the completion of the game. 

     Looking back at this project made me realize the importance of communication in projects, deciding how to implement it, defining exactly what are the tasks and then dividing them between the team members is a crucial part in a project's life. I learned a lot thanks to this project and I am also proud of it as it is my first.