fps icon indicating copy to clipboard operation
fps copied to clipboard

Browser first-person 2.5D shooter

Results 11 fps issues
Sort by recently updated
recently updated
newest added

Entity have a radius, but we [compare](https://github.com/ufocoder/fps/blob/main/src/lib/ecs/lib/PolarMap.ts#L31) distance to center only and there's a result:

Add sound control that will disable/enabled sound effects

enhancement

Implement Joystick component, example: https://wishforge.itch.io/gdevelop-touch-joystick-example

enhancement

Implement RadarView in place of minimap: - player mappoint should be placed in the center - view should receive radius and draw on entities around by it

enhancement

Try to add a collision calculation to avoid situations where a lot of enemies are standing at the same point.

enhancement