Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedTsmu authored Mar 19, 2023
1 parent e55e969 commit 5eb06ab
Show file tree
Hide file tree
Showing 65 changed files with 4,212 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Quiz-Game-MCQs-Test
Test your knowledge and challenge yourself with our fun quiz game!
# C# Multiple Choice Quiz Game Tutorial by Mohammed Qasim Sattar

In this project we will makea simple quiz game in windows form. This will be a multiple choice game where you are asked a question and you have 4 variations of answers on the screen.
25 changes: 25 additions & 0 deletions quizGame.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "quizGame", "quizGame\quizGame.csproj", "{2B9309D3-DC27-4C83-BC76-2E4092E293BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B9309D3-DC27-4C83-BC76-2E4092E293BE}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{2B9309D3-DC27-4C83-BC76-2E4092E293BE}.Debug|Any CPU.Build.0 = Release|Any CPU
{2B9309D3-DC27-4C83-BC76-2E4092E293BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B9309D3-DC27-4C83-BC76-2E4092E293BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDD2C896-775F-4A85-9C7B-0AF0DBEFFC46}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions quizGame/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
301 changes: 301 additions & 0 deletions quizGame/Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 5eb06ab

Please sign in to comment.