Reversi Game : programming
Reversi Game : programming
During the lockdown, I told myself that I would code my favorite childhood game: a reversi !
For that, I used the SDL2 library to manage the graphic display. The whole project was realized in C language and allowed me to discover and to deepen the bases of the C language.