Clase Waypoint
- Dominant language
- C++
- Stars
- 17
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Creación de una nueva clase Waypoint con, al menos, coordenadas x, y y nombre del punto (más funcionalidades posteriormente). Esta clase servirá para crear rutas predeterminadas a los aviones (si se quiere emplear esta funcionalidad) pasándole el nombre del Waypoint siguiente de la ruta.
Los hitos son:
- [x] Crear la clase Waypoint(name, x, y).
- [x] Dibujar Waypoints en pantalla del aeropuerto.
- [x] Modificar Position para que acepte Waypoints o coordenadas.
- [x] Clases de Test para todas las clases implicadas (Waypoint y ficheros AirControllerUtils)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by checking whether the Waypoint and Position classes and the AirControllerUtils test files already exist, since every listed milestone is marked complete. Verify the implementation against the issue’s checklist: Waypoint(name, x, y), airport-screen rendering, Position support, and tests for the affected classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100