We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obstacles are created and positioned at the start, and you can not change their positions after that.
It would be nice if you can click and grab an obstacle and move it to another place on the screen.
Requires: recalculating whole walls and corners on the screen before ray-casting algorithm can continue.
Requires: check if moved obstacle does not intersect with another one.
The text was updated successfully, but these errors were encountered:
akapkotel
No branches or pull requests
Obstacles are created and positioned at the start, and you can not change their positions after that.
It would be nice if you can click and grab an obstacle and move it to another place on the screen.
Requires: recalculating whole walls and corners on the screen before ray-casting algorithm can continue.
Requires: check if moved obstacle does not intersect with another one.
The text was updated successfully, but these errors were encountered: