ИСЭбд-21 Чегодаев Александр лаб 1 простая #1

Closed
yacute wants to merge 2 commits from lab1 into main
Owner
No description provided.
yacute added 2 commits 2023-12-13 23:24:30 +04:00
eegov approved these changes 2023-12-16 22:19:58 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +38,4 @@
return true;
}
public void SetPosition(int x, int y)
Collaborator

Нет корректировки координат, если при текущих объект "выходит" за границы

Нет корректировки координат, если при текущих объект "выходит" за границы
@ -0,0 +40,4 @@
public void SetPosition(int x, int y)
{
if (x <= _pictureWidth - _cruiserWidth && y <= _pictureHeight - _cruiserHeight)
Collaborator

Не учтены все условия, при которых объект может выйти за границы

Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +62,4 @@
}
else if (_startPosX - EntityCruiser.Step < 0)
{
_startPosX = _startPosX - _startPosX + 3;
Collaborator

Что за "+3"?

Что за "+3"?
eegov closed this pull request 2023-12-16 22:20:03 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: yacute/ISEbd-21_Chegodaev_A.Y._Cruiser_Base#1
No description provided.