Practice doing simple videogames in C++ using SFML
Code-Blocks https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks-20.03mingw-setup.exe SFML https://www.sfml-dev.org/files/SFML-2.4.2-windows-gcc-6.1.0-mingw-64-bit.zip
To see how to start a SFML project check the video: HowToRunSFML.mp4 also you can see: https://www.sfml-dev.org/tutorials/2.5/start-cb.php
To run a game directly(Windows only), go to any of the target folders and run the exe file (ex. tetris-sfml\target\Release\Tetris.exe).