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

Issue104/add block inside map #128

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Conversation

kn65op
Copy link
Collaborator

@kn65op kn65op commented Feb 6, 2020

Adds blocks inside map each 2 tiles.
Fix #104


This change is Reviewable

@codecov
Copy link

codecov bot commented Feb 6, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@757b511). Click here to learn what that means.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #128   +/-   ##
=========================================
  Coverage          ?   83.87%           
=========================================
  Files             ?       78           
  Lines             ?     1141           
  Branches          ?        0           
=========================================
  Hits              ?      957           
  Misses            ?      184           
  Partials          ?        0
Impacted Files Coverage Δ
src/game/WallPositionsGenerator.hpp 0% <ø> (ø)
src/game/BoundaryWallsPositionsGenerator.ut.cpp 100% <ø> (ø)
src/game/BombermanGameWorld.cpp 0% <0%> (ø)
src/game/WallPositionsGeneratorComposite.ut.cpp 100% <100%> (ø)
src/game/WallPositionsGeneratorComposite.cpp 100% <100%> (ø)
src/game/InsideWallsPositionsGenerator.ut.cpp 100% <100%> (ø)
src/game/InsideWallsPositionsGenerator.cpp 100% <100%> (ø)
src/game/WallsPositionGeneratorCommon.ut.hpp 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 757b511...b384286. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rearrange map
1 participant