Explore >> Select a destination


You are here

blog.zarfhome.com
| | www.rockpapershotgun.com
19.8 parsecs away

Travel
| | Player is knowledgeable in plants. I like games that tell me stories, but I love games that give me stories to tell. Wh...
| | blog.nuculabs.de
16.6 parsecs away

Travel
| | Hello everyone! Time for devlog number #2! In the last week, we've implemented transparent walls and the player animation state machine. Max continued designing sprites for the game and Andrei implemented the bomb animations and it is working on some enemies. The next week I will try to implement and finish the UpgradeManager, a Singleton class that shall handle the dispatch player powerups. The transparent walls were implemented using Raycasts the wall will cast a ray in the up direction and if it detects the Player collider it will reduce it's alpha value to 50%, when the ray doesn't collide with anything the alpha values goes up to 100%. In the following picture the raycast is drawn with a red line:
| | cgamesplay.com
22.2 parsecs away

Travel
| | A summary of my current hobby projects includes developing a board game engine with Glish, enhancing a Chess 2 AI, and reevaluating HTerminal's features for better productivity.
| | leifnode.com
114.8 parsecs away

Travel
| I've been looking at a lot of resources on current rendering algorithms to get nice looking real-time graphics and thought that it's time that I actually go and