Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback branch #46

Open
wants to merge 100 commits into
base: feedback
Choose a base branch
from
Open

Feedback branch #46

wants to merge 100 commits into from

Commits on Jan 25, 2021

  1. Add basic files, including confituration files and package.json (#1)

    * Add basic files, including confituration files and package.json
    
    * Delete index.js content
    AleksandraCyp authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    04ce016 View commit details
    Browse the repository at this point in the history
  2. MNG-73 Add workflow for gh-pages (#2)

    Should work on master as Ola added package.json in different task.
    daria305 authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    42b9376 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. MNG-77_SetupSASSforProject (#3)

    * Add scss files
    
    * Import files to app.scss and add placeholders
    
    * Add mixin to responsive-view
    
    * Change config import order
    
    * Add comments to files
    
    * Add mixin to config file
    mariusz-sm authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e18cd6e View commit details
    Browse the repository at this point in the history
  2. MNG-87-add images and fonts to project (#4)

    * MNG-87-add images and fonts to project
    
    * MNG-87 add images
    
    rename images, fix one typo from styles > sass config file, deleted bellota Text font - can be add from google fonts with @import
    memeraki authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6521410 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. MNG-76 Create Loading Page

    styled loading page
    added fonts
    addes variables - colors and some mixins
    memeraki committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1bbc28d View commit details
    Browse the repository at this point in the history
  2. MNG-83 Add the Pokemon class (#5)

    * Add the Pokemon class
    
    * Fix getters and setters in Pokemon Class
    
    * Change getters into functions, remove isAlive key, add readonly to some keys
    
    * Fix Pokemon.subtractHP method
    
    * Change pokemonType to PokemonType
    AleksandraCyp authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    36d9be3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. MNG-76 loading page

    fixed variable names
    added transition
    added template placeholders for diffrent views to html
    memeraki committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b8b10df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from lukaszdutka/MNG-76-loading-page

    MNG-76 Create Loading Page
    AleksandraCyp authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    69ae587 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. MNG-78-starting-page (#7)

    * Add template for starting page
    
    * Add basic styling to starting page
    
    * Pre-position the elements
    
    * Change color names
    
    * Style info buttons
    
    * Style header
    
    * Add button hover class
    
    * Add hover to start btn
    
    * Add template for info modal
    
    * Add placeholder attribute to input field
    
    * Add styling for responsive view
    
    * Adjust index.html
    
    * Resolve conflicts
    
    * Correct responsive view
    mariusz-sm authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1c62f91 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. MNG-82 create player class (#8)

    * add Player class
    
    * type of list of pokemons
    
    * Protection against bad data
    
    * length of name
    
    * add new method
    
    + add activePokemon value
    + add alivePokemons array
    
    * Corrections
    AgataLudwiczynska authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f3e3433 View commit details
    Browse the repository at this point in the history
  2. Mng 81 add pokemon choosing screen (#9)

    * Add basic choose view css and html
    
    * Add responsievness
    
    * Comment out the script that makes the choose pokemon page visible
    
    * Improve choosing page layout
    
    * merge with master
    
    * Fix choose view height
    AleksandraCyp authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    54b5fb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Mng 85 fight logic (#10)

    * Create fightClass
    
    * Add test for fight class
    
    * MNG-90 91 Fix tests and run the project with webpack server
    
    * MNG-85 Fix test error
    daria305 authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ec4e716 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. MNG-79 fight view template (#13)

    * MNG-79 fight view for mobile initially
    
    * MNG-79 added responsive for desktop
    memeraki authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a3d60cb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    4bd134c View commit details
    Browse the repository at this point in the history
  2. MNG-84 pokemon factory (#15)

    * MNG-84 Add pokemon data, import json and correct abstract class
    
    * MNG-84 Finish pokemon factory
    
    * MNG-84 Pokemon factory test and class corrections
    daria305 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    50d9ff8 View commit details
    Browse the repository at this point in the history
  3. MNG-92 MNG-93 Set timeOut for showing the starting page, add event li…

    …stener to the … (#11)
    
    * Set timeOut for showing the starting page, add event listener to the info button, fix some css for starting page
    
    * Add the exitButton variable in showAPopUpScreen.ts
    
    * Change the approach to rendering the starting page, change btn into button
    
    * Change repeting ID
    
    * Change modal functions and make app variable scoped
    
    * Delete empty rulesets
    
    * Fix hiding modal and function names
    AleksandraCyp authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    2d25dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2b7b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cda6db2 View commit details
    Browse the repository at this point in the history
  6. MNG-88_StartButtonActivation (#12)

    * Add keyup to input
    
    * Add activateStart.ts
    
    * Uncomment html
    
    * Add class to activate/disable start button
    
    * Add activateStartButton function
    
    * Change class name to button-enabled
    mariusz-sm authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b8f5490 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0489f4 View commit details
    Browse the repository at this point in the history
  8. Corrections

    AgataLudwiczynska committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    e43e43d View commit details
    Browse the repository at this point in the history
  9. MNG-89 clicking start should render choose pokemon screen (#17)

    * Function RenderChoosePokemonScreen
    
    * Appendig function to the whole index.ts
    
    * Corrections
    AgataLudwiczynska authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b0b3a0f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. MNG-95 Add GameHandler class (#14)

    * Add GameHandler class
    
    * Fix GameHandler class and add tests
    
    * Fix tests
    AleksandraCyp authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3a67f72 View commit details
    Browse the repository at this point in the history
  2. MNG-107 Add geodude instead of tentacruel

    Filter moves to 4  for each pokemon
    Use mostly pokemon type moves
    daria305 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fd852ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from lukaszdutka/MNG-107-Poke-data-corrections

    MNG-107 Add geodude instead of tentacruel
    AleksandraCyp authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6ab1f86 View commit details
    Browse the repository at this point in the history
  4. MNG-103 choose pokemon system (#19)

    * Add choosePokemonsPage.ts
    
    * Add all functions for choose pokemon page
    
    * Change event.target, loading time
    AleksandraCyp authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b3ee751 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    1a80fae View commit details
    Browse the repository at this point in the history
  2. MNG-99 & MNG-100

    > created menu and back button with options.
    Options need to be fixed (now are default).
    Animation also needs to look better
    memeraki committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a866dd0 View commit details
    Browse the repository at this point in the history
  3. MNG-109 added

    memeraki committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    7de69d4 View commit details
    Browse the repository at this point in the history
  4. Add game result template

    mariusz-sm committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    5410f15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c2d5b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e6471d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. added magicFunction

    memeraki committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    5d1336c View commit details
    Browse the repository at this point in the history
  2. added animations for buttons

    memeraki committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    80e3d48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from lukaszdutka/MNG-99&MNG-100-modals-for-act…

    …ion-buttons
    
    MNG-99 & MNG-100
    AleksandraCyp authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    05ecc60 View commit details
    Browse the repository at this point in the history
  4. Style button

    AgataLudwiczynska committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c52b5c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c69aec4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3e7d74 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #23 from lukaszdutka/MNG-89---Clicking-Start-shoul…

    …d-render-ChoosePokemonScreen
    
    Mng 89   clicking start should render choose pokemon screen
    AleksandraCyp authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    53dbfb9 View commit details
    Browse the repository at this point in the history
  8. MNG-98 Add useMango to gameHandler class (#22)

    * Add useMango to gameHandler class
    
    * corrections type of mango value
    
    * Corrections
    
    * useMango i PlayerClass
    
    Co-authored-by: AleksandraCyp <73715885+AleksandraCyp@users.noreply.github.com>
    AgataLudwiczynska and AleksandraCyp authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    15911f8 View commit details
    Browse the repository at this point in the history
  9. MNG-97 MNG-101 change player&change pokemon (#24)

    * Add switch pokemon and switch Player game handler methods
    
    * Implement mango, change the structure (build up magic function)
    
    * remove an unnecessary comment
    AleksandraCyp authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    3a9d23b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    353dae6 View commit details
    Browse the repository at this point in the history
  11. Uncomment

    mariusz-sm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a80716b View commit details
    Browse the repository at this point in the history
  12. Merge master to branch

    mariusz-sm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c21a1da View commit details
    Browse the repository at this point in the history
  13. Add result modal functions

    mariusz-sm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7d47b29 View commit details
    Browse the repository at this point in the history
  14. delete unnecessary code

    memeraki committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    e01d490 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87dc9de View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b33fa6a View commit details
    Browse the repository at this point in the history
  17. added some animations to FightPage

    default (start) Pokemons
    border for active Player
    memeraki committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6bb6cf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    1ef7da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243c24b View commit details
    Browse the repository at this point in the history
  3. MNG-102 finish fight implementation (#16)

    * Function RenderChoosePokemonScreen
    
    * MNG-102 fight method implemented
    
    * MNG-102 Add tests for fight class. Fix pokemon subtract HP
    
    * Appendig function to the whole index.ts
    
    * MNG-88_StartButtonActivation (#12)
    
    * Add keyup to input
    
    * Add activateStart.ts
    
    * Uncomment html
    
    * Add class to activate/disable start button
    
    * Add activateStartButton function
    
    * Change class name to button-enabled
    
    * Corrections
    
    * MNG-89   clicking start should render choose pokemon screen (#17)
    
    * Function RenderChoosePokemonScreen
    
    * Appendig function to the whole index.ts
    
    * Corrections
    
    * MNG-95 Add GameHandler class (#14)
    
    * Add GameHandler class
    
    * Fix GameHandler class and add tests
    
    * Fix tests
    
    * MNG-107 Add geodude instead of tentacruel
    
    Filter moves to 4  for each pokemon
    Use mostly pokemon type moves
    
    * MNG-103 choose pokemon system (#19)
    
    * Add choosePokemonsPage.ts
    
    * Add all functions for choose pokemon page
    
    * Change event.target, loading time
    
    * MNG-94 MNG-108 Start a new game, add functions that will render the correct view (#20)
    
    * MNG-99 & MNG-100
    
    > created menu and back button with options.
    Options need to be fixed (now are default).
    Animation also needs to look better
    
    * MNG-109 added
    
    * Blocking the start with unwritten name
    
    * added magicFunction
    
    * added animations for buttons
    
    * Style button
    
    * Blocking button when the name is too long
    
    * MNG-98 Add useMango to gameHandler class (#22)
    
    * Add useMango to gameHandler class
    
    * corrections type of mango value
    
    * Corrections
    
    * useMango i PlayerClass
    
    Co-authored-by: AleksandraCyp <73715885+AleksandraCyp@users.noreply.github.com>
    
    * MNG-97 MNG-101 change player&change pokemon (#24)
    
    * Add switch pokemon and switch Player game handler methods
    
    * Implement mango, change the structure (build up magic function)
    
    * remove an unnecessary comment
    
    * Update test parametrization and do not use json data
    
    * MNG-102 fight method implemented
    
    * MNG-102 Add tests for fight class. Fix pokemon subtract HP
    
    * Update test parametrization and do not use json data
    
    * Apply max shortcut
    
    Co-authored-by: AgataLudwiczynska <74932979+AgataLudwiczynska@users.noreply.github.com>
    Co-authored-by: mariusz-sm <74978639+mariusz-sm@users.noreply.github.com>
    Co-authored-by: AleksandraCyp <73715885+AleksandraCyp@users.noreply.github.com>
    Co-authored-by: Gosia Dziewit <gosia.dziewit@gmail.com>
    5 people authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0542a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2277b9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    692ba1e View commit details
    Browse the repository at this point in the history
  6. autoprefixer errors

    memeraki committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    159c9d7 View commit details
    Browse the repository at this point in the history
  7. fixed ts compiling issue

    still problem with images
    memeraki committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    68c8e5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26f3295 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #29 from lukaszdutka/ts-issue

    fixed ts compiling issue
    AleksandraCyp authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    3c32a22 View commit details
    Browse the repository at this point in the history
  10. Fix img issue (#30)

    AleksandraCyp authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d4d8aad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82b1013 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50aab7b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5800f40 View commit details
    Browse the repository at this point in the history
  14. Refresh page

    mariusz-sm committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    7d7e612 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #25 from lukaszdutka/MNG-111_Create_game_result_modal

    MNG-111_Create_game_result_modal
    AleksandraCyp authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    5a56e70 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8003266 View commit details
    Browse the repository at this point in the history
  17. animations update

    memeraki committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    df3c084 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f2eb780 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    4e81ae5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from lukaszdutka/MNG-112-Animations

    Mng 112 some showing up pokemon animations
    AleksandraCyp authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    5f162e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1237f13 View commit details
    Browse the repository at this point in the history
  4. MNG-96 Corrections

    daria305 committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    31692fa View commit details
    Browse the repository at this point in the history
  5. Fix resultsModalPopUpFunction.ts, implement it, delete some unneccess… (

    #31)
    
    * Fix resultsModalPopUpFunction.ts, implement it, delete some unneccessary comments and console.logs
    
    * Autoformat, remove border to pup up screen
    
    * Add MNG-120: if the pokemon is dead, a new pokemon has to be chosen
    
    * Resolve conflicts, delete unnecessary setTImeOuts
    AleksandraCyp authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    f614f83 View commit details
    Browse the repository at this point in the history
  6. Mng 114 check if game is finished (#33)

    * Fix resultsModalPopUpFunction.ts, implement it, delete some unneccessary comments and console.logs
    
    * Autoformat, remove border to pup up screen
    
    * Add MNG-120: if the pokemon is dead, a new pokemon has to be chosen
    
    * Resolve conflicts, delete unnecessary setTImeOuts
    
    * Delete not active pokemons from menu
    
    * Delete test code
    
    Co-authored-by: Daria Dziubaltowska <daria305@gmail.com>
    AleksandraCyp and daria305 authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    6a13a2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1b50f0 View commit details
    Browse the repository at this point in the history
  8. Fix lost animation

    daria305 committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    9c76b97 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #32 from lukaszdutka/MNG-96-Poke-attack

    MNG-96 pokemon attack
    AleksandraCyp authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    471ef34 View commit details
    Browse the repository at this point in the history
  10. MNG-126 Balance fight (#34)

    daria305 authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    b14bb21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b132c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdb38a2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #37 from lukaszdutka/MNG-125---hide-the-pokemon-an…

    …d-HP-bar
    
    MNG-125 hide the pokemon and HPbar when pokemon dies
    AleksandraCyp authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    0bc56b7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    874d8c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6b2b0a View commit details
    Browse the repository at this point in the history
  16. MNG-122 - Animations

    mango, visibility after dead
    memeraki committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    dbc52e9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5dac8fa View commit details
    Browse the repository at this point in the history
  18. Add HP bar transition + some cursor plus underline names (#35)

    * Add HP bar transition + some cursor plus underline names
    
    * Add transition
    AleksandraCyp authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    743cb34 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    210f9d4 View commit details
    Browse the repository at this point in the history
  20. merge

    memeraki committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    0364bec View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Merge pull request #38 from lukaszdutka/MNG-105-add-modals-for-Author…

    …s-and-About-
    
    MNG-105 authors and about modal
    AleksandraCyp authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    4a68aaa View commit details
    Browse the repository at this point in the history
  2. animation fixes

    mango gif
    fixed "jumping view" while changing pokemon or loading buttons
    logwindow
    some other small view changes
    memeraki committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    dcf0ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a8103 View commit details
    Browse the repository at this point in the history
  4. result modal font changes

    memeraki committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    847c9e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    15e7538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7231ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a73e73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #39 from lukaszdutka/MNG-122

    MNG-122 - Animations
    AleksandraCyp authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    46bc0cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    701e4d8 View commit details
    Browse the repository at this point in the history
  6. MNG-119 Add_player_class_tests (#41)

    * Add test for too long name
    
    * Add test for too many pokemons
    
    * Add test for useMango
    
    * Add test for addPokemon function
    mariusz-sm authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    a054490 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecd73ff View commit details
    Browse the repository at this point in the history
  8. MNG-130 update (#45)

    zzz animation
    modals style
    
    Co-authored-by: Łukasz Dutka <lukaszdutka2@gmail.com>
    memeraki and lukaszdutka authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    08d76cf View commit details
    Browse the repository at this point in the history
  9. MNG-118 readme file (#43)

    * Update README.md
    
    * update
    
    * Update README.md
    
    * update
    
    * Update README.md
    
    * typos
    
    * some polishing
    
    * ekhem
    memeraki authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    0538de5 View commit details
    Browse the repository at this point in the history