brookCITS / Aviator

Simple 2D game created with python's Arcade module.
1 stars 2 forks source link

Menu View: Creat menu template #12

Open brookCITS opened 2 years ago

brookCITS commented 2 years ago
create-issue-branch[bot] commented 2 years ago

Branch AVA-12 created!

Odonyus commented 2 years ago

Opening the game should be like Titile Character/character color (depending on choice of characters): 1 2 3 4 Level: Beginner Intermediate Advanced START all equal spacing on the screen and clickable gray boxes After both a win and loss GAME OVER takes you back to beginning menu screen

Odonyus commented 2 years ago

image

AVIATOR title should be a min width of 300, to be larger or the same as the start button and height= 100 or more (unsure what size that suggests depending on font)

Height of Border = 700

Width of Border = 600

With FOUR boxes on the screen, one box width = 100 and height= 75

With THREE boxes on the screen, on one box width =150 and height = 75

(it can be width= 100 and length= 75 but with different space to keep equidistance)

Start button should have width= 300 and height = between 75 and 115 (just depending on the space left and to make the start button not look "off")

"color" and "level" need to be as big as what is directly in the middle ie, in the middle of four boxes it should be as wide as the closes sides of the nearest two and three (so, 100 in this case)

If the background is dark, then the words inside boxes should be bright white and boxy, while the Color and Level should be a more formal font that creates a palette (red, orange?), and most likely so should the AVIATOR title, but with font that fits the picture in slack (hopefully)

brookCITS commented 2 years ago

This is perfect !!