Blast C++ Ray Casting 3D Game Engine from scratch: Enemy shootout

Subscribers:
2,460
Published on ● Video Link: https://www.youtube.com/watch?v=Y2aeityP9GU



Duration: 1:48
668 views
14


Blast is an old school (pseudo) 3D Ray Casting game engine coded in C++ from scratch.
No OpenGL, DirectX or any other kind of APIs are involved whatsoever.

This video demonstrates the audio and AI subsystems and the basic gameplay.
The sound effects volume depends on the distance of the emitting object.
The AI is FSM based (Finite State Machine).

Also debug mode has been implemented (you can see me stopping the walls rendering to see if there are any enemies left).

For more frequent updates and dev log join me at Discord: https://discord.gg/cVhnnww




Other Videos By The Old School Coder


2020-10-05Blast C++ Ray Casting 3D Game Engine from scratch: Bullet Time and Physically based blood
2020-10-03Blast C++ Ray Casting 3D Game Engine from scratch: Bullet Time slow motion on kills
2020-10-03Blast C++ Ray Casting 3D Game Engine from scratch: Bullet Time slow motion on kills
2020-10-01Blast C++ Ray Casting 3D Game Engine from scratch: physically accurate hit detection
2020-09-30Blast C++ Ray Casting 3D Game Engine from scratch: Weapons characteristics
2020-09-29Blast C++ Ray Casting 3D Game Engine from scratch: Inventory System (weapons)
2020-09-25C++ CPU based Real-Time Ray Tracing from Scratch #3
2020-07-30Blast C++ Ray Casting 3D Game Engine from scratch: surface hit effect (blood and splashes) #2
2020-07-27Blast C++ Ray Casting 3D Game Engine from scratch: surface hit effect (blood and splashes)
2020-07-21Blast C++ Ray Casting 3D Game Engine from scratch: bullets splashes
2020-07-18Blast C++ Ray Casting 3D Game Engine from scratch: Enemy shootout
2020-07-14Blast C++ 3D Ray Casting game engine from scratch tech demo: Enemy mele
2020-07-12Blast C++ ray casting 3D game engine from scratch tech demo: basic enemy AI #2
2020-07-10Blast C++ old school 3D game engine from scratch tech demo: basic enemy AI
2020-07-07Blast3 C++ 3D old school game engine from scratch tech demo: depth sorted rendering of 2D sprites
2020-07-02Blast3 C++ old school 3D Game Engine from scratch: Linear velocity demo
2020-06-25Blast3 tech demo: mirrored back-face perspective correct texture mapping of pierced/holed objects
2020-06-24Blast3 C++ 3D Ray Casting game engine from scratch - early tech demo
2020-06-21Blast3 tech demo: floor & ceil perspective correct texture mapping
2020-04-14Factory designed 3D smoke rendered in C++ from scratch
2020-04-14C++ 3D ASCII engine from scratch



Tags:
c++
3d
raycasting
fps
firstperson
shooter
classic
fromscratch
engine
wolfenstein
blast
pseudo3d
2.5d
programming
coding
game
doom