Zach-GH / byte-builders

A repository made for Foundations of Software Engineering project building.
MIT License
0 stars 0 forks source link

Create GUI #2

Open Zach-GH opened 4 weeks ago

Zach-GH commented 4 weeks ago

A GUI includes an initial menu, the game, assets, etc. Anything front end and any integration of logic that is required.

Zach-GH commented 3 weeks ago

I had a good idea today where I can take the biographies in our charter and put them into the game in the credits. I thought this could be fun and a neat addition to our project.

Zach-GH commented 3 weeks ago

This involves the main Gui which is meant to run and display the game, including another gui that is supposed to pop up and display questions.

These questions are to be retrieved from a database.

Zach-GH commented 3 weeks ago

Consideration for what the game screen should be sized at in addition to what color the background should be.

Currently the defaults I have are 15 by 15 as this fits my screen, however I think that there should be a full screen option where the game can map the resolution unless 15x15 turns out to be an acceptable size.

The color default currently is brown which provides good contrast to see the background grid, this will probably change overtime as I add colors for the game board.