top of page
housika717
Jan 51 min read
More Functionality to Crypt Raider
Implemented Mover function to the stone wall hiding the hallway / staircase in the map. When the boolean is triggered it will move the...
1 view0 comments
housika717
Dec 29, 20231 min read
Crypt Raider Actor Functionality
Starting to add code to actors on the Crypt Raider map. Currently went over lessons covering pointer types and references in unreal.
2 views0 comments
housika717
Dec 22, 20231 min read
Crypt Raider Interior Lighting
Set up several light sources for the interior of the map in Crypt Raider as well as established collisions for the map and very early...
1 view0 comments
housika717
Dec 15, 20231 min read
Crypt Raider Lighting and More Construction
Added world lighting to the crypt raider map and had to do some additional construction to the map to prevent outside lighting from...
1 view0 comments
housika717
Dec 8, 20231 min read
Crypt Raider Map Construction
Covered construction of the Crypt Raider map to the best of my ability. The next lesson will cover lighting so I'll be able to work on...
2 views0 comments
housika717
Dec 1, 20231 min read
Starting Crypt Raider Lesson
Started Crypt Raider in Unreal / C++ a couple weeks ago and am currently in the middle of constructing the map for the game. Otherwise,...
1 view0 comments
housika717
Nov 3, 20231 min read
Finishing ObstacleAssault Project
Wrapped up lessons on the ObstacleAssault project in Unreal. Optimized code and created code for rotating platforms before constructing...
3 views0 comments
housika717
Oct 27, 20231 min read
ObstacleAssault Progress and Fixes
Created more complex platforms for ObstacleAssault. A tower pillar that moves up and down vertically and a large cube moving...
2 views0 comments
housika717
Oct 20, 20231 min read
Creating a Functioning Moving Platform in Unreal / C++
Continued work on Obstacle Assault creating a platform that with a velocity of 100 units and will move on the X axis up to 100 units...
1 view0 comments
housika717
Oct 13, 20231 min read
Reworked Issues on Obstacle Assault
Recreated last weeks project and didn't run into any complier or build issues. Started using C++ code to add variables to a new C++...
1 view0 comments
housika717
Oct 6, 20231 min read
Unfortunate Week
Started the next project Obstacle Assault for Unreal. However, partially through the process yesterday I ran into an issue with creating...
1 view0 comments
housika717
Sep 29, 20231 min read
Warehouse Wreckage Finished
Completed the Unreal video tutorial covering Warehouse Wreckage. Learned in blueprints how to condense nodes into functions for...
1 view0 comments
housika717
Sep 22, 20231 min read
Created Map for Warehouse Wreckage
Spent time creating the warehouse on the physics based wreckage game. Currently just hollowed out a cube with windows and textured with...
1 view0 comments
housika717
Sep 15, 20231 min read
Small Update for the Week
Got less done on unreal this week than expected. Did some changes to map blueprints on details of projectile object so they spawn and...
2 views0 comments
housika717
Sep 8, 20231 min read
Early Wreckage Development
Continued working on Python lessons with Ryan. Started development on Snake in Python with functional code for snake head movement and...
1 view0 comments
housika717
Sep 1, 20231 min read
Fairly Short Update
Not a lot to show off for this week. Joined up with Ryan for a couple of coding courses and mostly covered some set up and...
4 views0 comments
housika717
Aug 25, 20231 min read
Completed Rust Web Server and Small Pong Update
Finished compiling the web server from the final project in the Rust book. Got the multithreaded server to run correctly and drop...
2 views0 comments
housika717
Aug 18, 20231 min read
Rust Web Server Progress and Pong
Continuing to work on the web server chapter of the Rust Book. Currently, in a state where the server only displays an error since I...
1 view0 comments
housika717
Aug 11, 20231 min read
Finishing Macros in Rust, starting final project, and Python Pong Progress.
Wrapped up the macros chapter in the Rust book and am moving onto the final chapter coding a web server. Thursday, I joined Ryan's...
2 views0 comments
housika717
Aug 4, 20231 min read
Advanced Types and Functions in Rust and Startig Python
Covered chapters in Rust about advanced types and advanced functions. Went into Ryan's first coding class covering introduction to Python.
2 views0 comments
bottom of page