Skip to content

LucasLagoeiro/Project-CCP130

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Project - CCP 130

Is a Hangman Game written in C language. The program catch a random word in the dictionary and the player(s) tries to guess it by suggesting letters within a certain number of guesses.

Prerequisites

Installation

Mac OS X & Linux & Windows:

git clone https://github.com/LucasLagoeiro/Project-CCP130.git

After this you just need to run the Compiler:

gcc main.c -o exec && .\exec

The Project

When you run the code, you enter the main menu where you can decide if you want to enter the dictionary or play the famous Hangman Game.

Main Menu

Dictionary Menu

Hangman Game Menu

Updates

  • 3.0.1
    • FIX: The bug when you run the code in Windows, the Hangman game does not work.
  • 3.0.0
    • FIX: The bug when you type the same wrong word it decreases your attempt at the Hangman Game.
  • 2.0.1
    • Updates README.
    • ADD: A new folder (imgs).
  • 2.0.0
    • ADD: An Interface (Project Menu,Dictionary Menu, HangmanGame Menu).
    • FIX: some bugs.
  • 1.0.0
    • The first stable release.

Meta

The ideia of project is by the professor @danilo_perico on CCP130 subject in the University Center of FEI

Lucas Lagoeiro - @DevLagoeiro - [email protected]

https://github.com/LucasLagoeiro

About

A HangmanGame written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages