Explore >> Select a destination


You are here

blog.rubenwardy.com
| | devmag.org.za
15.0 parsecs away

Travel
| | South African game developers share what skills they think are important for budding game developers.
| | www.positech.co.uk
15.0 parsecs away

Travel
| |
| | blog.nuculabs.de
17.9 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:
| | arne-mertz.de
138.3 parsecs away

Travel
| Contents Inmy last post I have written about the main and secondary usesof unit tests and how they compare to other kinds of automated tests. This time I will explore [...]