- Joined
- Jun 30, 2024
- Messages
- 16
- Likes
- 75

Try writing a very basic Raycasting engine. It will help you understand the fundamentals of arrays, especially 2D arrays. It will also make you familiar with the usage of all primitive data types as well how to use them to implement actual mathematical solutions in code.any recommendations on how to start coding and dsa, right now in my first year holidays
There are plenty of implementations available online with detailed explanation. Go through them, understand the solution and then implement the engine using your own code. Should be doable in 1-2 weeks even if you go at a gradual pace.
Raycasting