thsergitox / tank-turn-game

0 stars 0 forks source link

Create Game Menu with Tank Selection #7

Open A-PachecoT opened 1 week ago

A-PachecoT commented 1 week ago

As a player
I need a game menu where I can choose my tank type
So that I can select a strategy before the battle begins

Details and Assumptions

Acceptance Criteria

Given I am at the main menu
When I select "Start Game"
Then I should see a tank selection screen
And I should be able to choose between at least two different tank types
And each tank type should display its unique attributes
And after selecting a tank, the game should start with my chosen tank
A-PachecoT commented 1 week ago

Tank selection is hard-coded. Look towards this @thsergitox