Open
Conversation
…sed on player perspective
…ce, to get rid of fisheye effect
commit 9007ea9 Author: Abbas Mahdavi <abbas.mahdavi021@gmail.com> Date: Mon Jul 22 17:03:38 2024 -0700 add wall asset, create server.js to host html on http-server commit 1859bc4 Author: Abbas Mahdavi <abbas.mahdavi021@gmail.com> Date: Mon Jul 22 16:25:23 2024 -0700 improved player movement and rotation controls: - Implemented keyboard controls for player movement (W/S) and rotation (A/D). - Updated game loop to adjust player position and direction based on input. commit 2a669fd Author: Abbas Mahdavi <abbas.mahdavi021@gmail.com> Date: Mon Jul 22 16:22:00 2024 -0700 Add image rendering support in scene rendering: - Updated rendering logic to handle instances of HTMLImageElement in addition to Color. - Added image drawing with proper scaling and positioning based on player view and distance. - Implemented a transparency overlay to blend images with the scene. commit bf2c1d9 Author: Abbas Mahdavi <abbas.mahdavi021@gmail.com> Date: Mon Jul 22 15:57:54 2024 -0700 Implement color class commit a154881 Author: Abbas Mahdavi <abbas.mahdavi021@gmail.com> Date: Mon Jul 22 15:23:20 2024 -0700 add serve.js to serve the html on a http server commit 05bb5bc Author: Abbas Mahdavi <abbas.mahdavi021@gmail.com> Date: Sun Jul 21 02:06:50 2024 -0700 allow ray to go outside of scene
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completed Basic Ray Casting Pull Request