Introduction • Demo • Setup • Options • Made with
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.Step by Step, before donwload and install:
This setup allow run anyone C program in VSCode
- Extension for Visual Studio Code <C/C++>, <C/C++ Extension Pack>
- Configure and edit environment variables to use Git
# 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