Skip to content

Console Game in C language/ <Structured programming>

Notifications You must be signed in to change notification settings

lengreat/C-QUIZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-QUIZ

🖤 Console Game in C language ⬛

IntroductionDemoSetupOptionsMade with

Introduction

This is a game to play in windows console (CMD), it comprise a track of rows and columns boxes where the players move to end the game. There are marked boxes that contain questions about C language and let them to overtake positions.

Demo

Setup

Step by Step, before donwload and install:

This setup allow run anyone C program in VSCode

# Add in "Path" => "C:\Program Files\Git\cmd"
  • Configure MinGW
# Execute "MinGW Installation Manager"
# Select "Basic Setup" => mark "mingw32-base" (A Basic MinGW Installation)
# Check in "Installation" => "Apply Changes"
  • Download or clone this repository
# Clone this repository
$ git clone https://github.com/lengreat/C-QUIZ.git
  • Steps in VSCode
# Select in "Terminal" => "Configure Tasks.." to generate the necessary files for compilation
# Check in "juego.c" => "Run Build Task..." to generate .exe
$ start juego.exe

Options

You can change the boxes sheer number and choose to play with other player, likewise you can check all winners records in second option.

Made with 🛠️

About

Console Game in C language/ <Structured programming>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages