Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.88 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.88 KB

Board-Gamers

COP3530 Final Project

The COP3530FINALPROJECT folder shows our initial boardGame file, sorting file, and our main that holds our command line GUI.

The GuiAttempt folder shows the Dear ImGui library which holds our executable.

(To find executable FINALPROJECT\example_win32_directx11\Release\example_win32_directx11.exe)

(To find main FINALPROJECT\example_win32_directx11\main.cpp)

This is our progress/attempt on creating a GUI using tthe Dear ImGui library. As you can see there are three columns. The first column consists of questions that are used to help delete/filter unwanted board games from our big dataset. It uses the int input text widget for the number of players and combo button widgets for the rest of the filtering questions.

image

This next image shows our options for the desired length of gameplay. It shows options for a short, medium, long, and extra long game.

image

This next image shows the options between a morden and vintage board game. Vintage is before the 2000s and modern is after thte 2000s.

image

This final image shows the GUI after selecting each option and selecting a sort. The second column shows that the sort was able to run and showed the time it took for the sort function to run. It however was not able to show the actual top ten list of the board games vector as intended.

image

The third column was supposed to be a column that shows the individual stats of each board game whenever a corresponding button is pressed.