Skip to content

Conversation

@Hardcode3
Copy link
Owner

📌 Separating pure attacks from lookups

📄 Description

Until now, geometrical features, like rays and compile-time computed objects were in lookups folder only.

Separated a bit better the lookups (static, compile-time generated) from the attacks (run time, needs occupancy).

🧩 Type of Change

  • 🔨 Refactoring

@Hardcode3 Hardcode3 self-assigned this Dec 25, 2025
@Hardcode3 Hardcode3 added the refactoring Refactoring pieces of code of any kind. label Dec 25, 2025
@Hardcode3 Hardcode3 linked an issue Dec 25, 2025 that may be closed by this pull request
8 tasks
@Hardcode3 Hardcode3 marked this pull request as ready for review December 25, 2025 23:01
@Hardcode3 Hardcode3 merged commit 4b97573 into main Dec 25, 2025
5 checks passed
@Hardcode3 Hardcode3 deleted the separate_pure_attacks branch December 25, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Refactoring pieces of code of any kind.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pure attack functions (Attack Layer)

2 participants