Skip to content

The official repo for our semester project which is supposed to be a quiz game with some concepts of maze games and treasure hunts. All changes in the source material of the game are supposed to be diposited here.

Notifications You must be signed in to change notification settings

bibashmanjusubedi/QuizmaHeros102

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizmaHeros102

The official repo for our semester project which is supposed to be a quiz game with some concepts of maze games and treasure hunts. All changes in the source material of the game are supposed to be diposited here.

A) Environment Setup ( For CodeBlocks v20 and SFML 2.5.1)

  • Recommended CodeBlocks Version v20.0.3x64 (64 Bit) and SFML version 2.5.1 GCC 7.3.0 MinGW- 64 Bit(x64)

    1. watch youtube video by Hopson channel for setup
    1. see Set Up SFML with CodeBlocks Tutorial (Windows) by Hopson channel
    1. video link at https://www.youtube.com/watch?v=fcZFaiGFIMA

B) Adding files to the project directory

    1. After you create a project from SFML template after watching that video from Hopson Channel
    1. Download the Repository.zip Or Git Clone the repository by: git clone https://github.com/2goodAP/QuizmaHeros102.git
    1. Then copy files from the Downloaded Zipped or Cloned Repository to your project
    1. Below your project workspace folder there is a folder with the name of your project
    1. Click on Add files and then add all files in your project folder

C) Warning

    1. The project might show an error
    1. To cope with the error copy the file openal32.dll (which is present in the folder of your downloaded SFML version) to your project folder
    1. After that add openal32.dll just like you added other files of your project in Step (B)--> 4 and 5
    1. Step 2, 3 and 4 are not compulsory if the project does show on an error on building it

D) Running Game

    1. Go to main.cpp
    1. Build it
    1. Then run it

Good luck

About

The official repo for our semester project which is supposed to be a quiz game with some concepts of maze games and treasure hunts. All changes in the source material of the game are supposed to be diposited here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%