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

Dmitryburlak #84

Merged
merged 92 commits into from
Sep 26, 2020
Merged

Dmitryburlak #84

merged 92 commits into from
Sep 26, 2020

Conversation

dmitryburlak
Copy link
Contributor

No description provided.

Taras Kuzub and others added 30 commits June 4, 2020 13:48
Написал тесты для реализации т.з 1.1) При выстреле пуля должна пролетать сквозь кусты
Сделал так что 4 тика он выглядит как обычный АИтанк, а на 5 тике меняется
1. протестил создание танка с призами.
2. протестил что у танка с призами на 5-м тике меняется Elements, до этого Elements АИтанка.
3. протестил респаун танка с призами. При респауне N АИтанков, N-1 должен быть с призами
…а отображаются кусты

2) Два танка не могут пройти через друг друга под кустами
dmitryburlak and others added 26 commits September 6, 2020 12:33
# Conflicts:
#	CodingDojo/games/battlecity/src/main/java/com/codenjoy/dojo/battlecity/services/GameRunner.java
# Conflicts:
#	CodingDojo/games/battlecity/src/main/java/com/codenjoy/dojo/battlecity/model/Battlecity.java
#	CodingDojo/games/battlecity/src/test/java/com/codenjoy/dojo/battlecity/model/BattlecityTest.java
 -если только заезжаем - то сразу же начинается занос, то есть запоминается команда которойзаезжали на лед.
 -eсли съезжаем на землю, то любой занос прекращается тут же.
@@ -1,7 +1,6 @@
set ROOT=%CD%

set GAMES_TO_RUN=bomberman
rem set GAMES_TO_RUN=tetris,snake,bomberman
set GAMES_TO_RUN=tetris,snake,bomberman,sample,snakebattle,sokoban,spacerace,startandjump,sudoku,rubicscube,a2048,battlecity,chess,collapse,expansion,fifteen,football,hex,icancode,kata,lemonade,loderunner,lunolet,minesweeper,moebius,pong,puzzlebox,quadro,quake2d,reversi,excitebike
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не стоило коммитить

public class AITankPrize extends AITank {

public static final int CHANGE_AFTER_TICKS = 4;
private List<Bullet> hitsTarget;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

решить с помощью int hitsCount

@codenjoyme codenjoyme merged commit ed1aa70 into codenjoyme:master Sep 26, 2020
@codenjoyme
Copy link
Owner

Thanks a lot!

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.

3 participants