PIbd-23. Kislitsa E.D. Lab work 01 #1

Closed
Egor wants to merge 1 commits from Laba1 into main
Owner
No description provided.
Egor added 1 commit 2023-09-21 18:16:03 +04:00
eegov approved these changes 2023-09-23 09:16:49 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +77,4 @@
// TODO: Изменение x, y
_startPosX = x;
_startPosY = y;
if (x + _airfighterWidth >= _pictureWidth || y + _airfighterHeight >= _pictureHeight)
Collaborator

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

Не учтены все условия, при которых объект может выйти за границы
@ -0,0 +79,4 @@
_startPosY = y;
if (x + _airfighterWidth >= _pictureWidth || y + _airfighterHeight >= _pictureHeight)
{
_startPosX = 1;
Collaborator

Рекомендуется не использовать константы, а корректировать имеющиеся значения

Рекомендуется не использовать константы, а корректировать имеющиеся значения
eegov closed this pull request 2023-09-23 09:16:59 +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: Egor/PIbd_23_Kislitsa_E.D_AirFighter_Base#1
No description provided.