BulletFactory and BulletPool #5

Closed
opened 2025-03-03 21:59:20 +00:00 by OddlyTimbot · 0 comments
Owner

Have the SceneManager provide a bullet pool to regulate how many bullets are in play at one time.
The bullet factory should receive the position the bullet should be placed at, and the speed the bullet should move.

'func makeBullet(position, speed):`

The bullet should be requested by the Character, who supplies the position of the bullet spawn point, and the speed based on whether they are turned left or right.

Have the SceneManager provide a bullet pool to regulate how many bullets are in play at one time. The bullet factory should receive the position the bullet should be placed at, and the speed the bullet should move. 'func makeBullet(position, speed):` The bullet should be requested by the Character, who supplies the position of the bullet spawn point, and the speed based on whether they are turned left or right.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 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: OddlyTimbot/FebruaryGame#5
No description provided.