Core Gameplay #3

Closed
opened 2026-03-22 20:26:54 +01:00 by AramJonghu · 1 comment
Owner

Criteria

  • Player can move in 2D using input controls
  • Player can fire projectiles at a fixed rate
  • Player reacts to collisions with enemies and enemy projectiles (onHit() would mean immediate death)
  • Game loop calls update() and checkCollisions() each frame
Criteria - [x] Player can move in 2D using input controls - [x] Player can fire projectiles at a fixed rate - [x] Player reacts to collisions with enemies and enemy projectiles (`onHit()` would mean immediate death) - [ ] Game loop calls `update()` and `checkCollisions()` each frame
Author
Owner

There is no game loop, but collisions are being checked.

There is no game loop, but collisions are being checked.
Commenting is not possible because the repository is archived.
No labels
No milestone
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
AramJonghu/gameron-the-lost-level#3
No description provided.