Your Name 2b46a721cc adds example frontend | há 4 anos atrás | |
---|---|---|
.. | ||
deleted | há 4 anos atrás | |
generated-buttons | há 4 anos atrás | |
generated-cards | há 4 anos atrás | |
generated-cells | há 4 anos atrás | |
generated-chats | há 4 anos atrás | |
generated-dice | há 4 anos atrás | |
generated-icons | há 4 anos atrás | |
generated-kicks | há 4 anos atrás | |
generated-locks | há 4 anos atrás | |
generated-playerNames | há 4 anos atrás | |
generated-stars | há 4 anos atrás | |
generated-submenus | há 4 anos atrás | |
generated-timers | há 4 anos atrás | |
output | há 4 anos atrás | |
palette | há 4 anos atrás | |
static | há 4 anos atrás | |
11-buttons-all-selectable.svg | há 4 anos atrás | |
11-buttons-earned-lock-out.svg | há 4 anos atrás | |
11-buttons-mixed-locked-out.svg | há 4 anos atrás | |
11-buttons-selected-and-hover.svg | há 4 anos atrás | |
README.md | há 4 anos atrás | |
buttonGenerator.svg | há 4 anos atrás | |
cellGenerator.svg | há 4 anos atrás | |
chatBubbleGenerator.svg | há 4 anos atrás | |
chatGenerator.svg | há 4 anos atrás | |
diceGenerator.svg | há 4 anos atrás | |
empty-16-9.svg | há 4 anos atrás | |
end-game.svg | há 4 anos atrás | |
iconGenerator.svg | há 4 anos atrás | |
lobby.svg | há 4 anos atrás | |
lockGenerator.svg | há 4 anos atrás | |
play-game.svg | há 4 anos atrás | |
playerKickGenerator.svg | há 4 anos atrás | |
playerName.svg | há 4 anos atrás | |
playerNameGenerator.svg | há 4 anos atrás | |
press-any-key.svg | há 4 anos atrás | |
scoreSheetGenerator.svg | há 4 anos atrás | |
simpleTimerGenerator.svg | há 4 anos atrás | |
starGenerator.svg | há 4 anos atrás | |
start-page.svg | há 4 anos atrás | |
submenuGenerator.svg | há 4 anos atrás |
Some elements are both a bit complex and redundant. Element generatos are used to cut down the time needed to test variations.
Gob opens the web browser and keys in url. Page loads with a 'press any key' to continue thing. From here Gob can see what other games are being played. He can also chat with people in who are on in the same place that he is. There is a menu that has some generic shortcuts, like he could join a game, create a game, look at a list of the best players, etc. Gob can also set his player name.
+---------------+
| |
| press-any-key |
| |
+-----+---------+ End Game
| Join / Create Game
v Start Page
+------------+ +------------+ +-----------+ +----------+
| | | | | | | |
+->| Start Page | +->+ Game Lobby +->+ Play Game +->+ End Game |
| | | | | | | | | |
| +-----+------+ | +---------+--+ +-----------+ +--+--+----+
| | | ^ | |
| v | +-----------------------+ |
| +-----+---------+ | |
| | | | |
| | [Join Game] +--+ hover menu |
| | [Create Game] +--+ +-------------+ |
| | [Change Name] +<---------->+ change name | |
| | [Statistics] | +-------------+ |
| | | |
| +-----+---------+ hover menu |
| | +------------+ |
| +----------->+ statistics | |
| +------------+ |
| |
| |
+-------------------------------------------------------------+
Clicking on the menu options Join or Create generate a small menu to so that Gob can choose which of the five games to play. Gob has to click Join or Create again. If a game is selected from the Start Page the menu does not appear. Gob now looks at the Game Lobby.
A menu asking the user their name is displayed.
When Gob clicks on the Statistics button he is placed into the Statistics Page.
Gob can see the names of the other players in the game. The game is not started. Gob can chat with players on in the Game Lobby.
There is a card that is displayed prominently that has Gob's name on it. There are several other cards that Gob can see that display other player's names. Gob can click many elements on his card and a few elements on other players cards. Gob can chat with players in the game.
A winner is declared Gob can either look at Statistics or enter the Game Lobby again.
Using cellGenerator.svg
create the five possible cells.
Using lockGenerator.svg
create the three lock options.
Using starGenerator.svg
create the three possible stars.
Using simpleTimerGenerator.svg
make three examples.
using playerNameGenerator.svg
make five examples.
Using playerKickGenerator.svg
make fixe examples.
After generated-kicks, generated-playerNames, generated-timers, generated-stars have been created, make some example cards, one per player. Uses scoreSheetGenerator.svg
, which depends on the listed generated templates, in addition to 11-buttons-all-selectable, 11-buttons-earned-lock-out, 11-buttons-mixed-locked-out, and 11-buttons-selected-and-hover
These cards can be used to make the playable screen. When finished with this step, there should be five cards for players:
Color choices are somewhat avoided using a palette. Most elements need some color so they inherit the color from various options. The base colors are a light and dark background and four colors. To prevent some of the choices becoming too tightly bound to a specific color they use color aliases stored in the palette/inherited directory.
Use diceGenerator.svg
to generate some example dice.
Use buttonGenerator.svg
to generate the buttons.
Use iconGenerator.svg
to generate needed icons.