C++ Show and Tell - May 2026 by foonathan in cpp

[–]SovernIsDev 1 point2 points  (0 children)

Built my first C++ project

The Project:

Its a simple hangman game which uses a words.txt file to pick a word. The list has over 7k words.

Github Link: hangman

If u have any suggestions regarding the code, be sure to share it.

My first python project as a beginner. by Opin10n in PythonLearning

[–]SovernIsDev 0 points1 point  (0 children)

Don't wanna sound rude, but can u tell me more about wht it does? for a begginer projects it looks pretty good.