Skip to content
#

loops-and-conditions

Here are 54 public repositories matching this topic...

Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of a stick figure being drawn. If the player guesses the word before the figure is complete, they win.

  • Updated Oct 7, 2024
  • Python

A 2048 tile game built in C++ with a 7×7 grid, developed as a Programming Fundamentals project. The game uses SFML for rendering and user interaction, showcasing core programming concepts and basic game development techniques.

  • Updated May 1, 2026
  • C++

A simple, menu-driven calculator in Python that performs addition ➕, subtraction ➖, multiplication ×, and division ÷. Features a clean interactive interface with input validation and loops for continuous use. Perfect for beginners learning functions, conditionals, and user input.

  • Updated Jan 26, 2026
  • Python

Improve this page

Add a description, image, and links to the loops-and-conditions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loops-and-conditions topic, visit your repo's landing page and select "manage topics."

Learn more