ScratchData LogoScratchData
Back to cooluser151's profile

"3D"

COcooluser151•Created September 5, 2023
"3D"
1
1
13 views
View on Scratch

Instructions

I've been working on this for a while. I hope you like it.

Description

-- Will never add jumping, because DOOM has no jumping mechanics. -- Will never add looking up and down, for the same reason as the last note. - Will probably add attacking AI. Beginning of development - Sep 25, 2023 --Archvile sprites (still in the project) used for entity. --The top half of the map was cut off due to entity not rendering properly. --Unreliable rendering system for "3D" entity (switching costumes) -- Hold space for map -----NOW----- -- Griffpatch's "rendering" system -- Entity now has AI accurate to the original DOOM (besides attacking player, can only wander) -- Replaced all sprites with DOOM Marine sprites -- Entity now has collision with player (only knocks back player, entity unaffected no matter what amount of force you apply) -- Still can open map with space --Changing player icon in map depending on direction ----- AI DETAILS ----- Generates a random number between 1-12. move in the current direction and remove one from the step counter, unless it detects a obstacle. Repeat until steps = 0. Either moves -45 degrees or 45 degrees. Repeat the cycle. Obstacle detection Draws a line the length of the movespeed (8/tick) and if there's a wall in the way, randomly move 45/-45 degrees until it can move. This is accurate to the original DOOM AI. I've been working on this for a while. I hope you like it.

Project Details

Project ID889686206
CreatedSeptember 5, 2023
Last ModifiedFebruary 27, 2024
SharedJanuary 25, 2024
Visibilityvisible
CommentsAllowed