Tampilkan postingan dengan label Stealth. Tampilkan semua postingan
Tampilkan postingan dengan label Stealth. Tampilkan semua postingan
Jumat, 12 April 2013

(Heart) KOFFERT

Thumbnail
This is the game a friend and I made for game jam 2013, it's a little late (3 months or so) but I forgot about it entirely in the 12 straight hours of sleep after the two days of programming. We were given a theme that was the sound of a beating heart so naturally we made a game where you steal people's hearts and transplant...
templates-office.com Jam, Stealth
Sabtu, 01 Desember 2012

Path following

Thumbnail
Guards can now be called on to find, then follow paths. Also the I took away the streamlining of the path, it was overkill to do that while drawing the path and it works better to do it while the guard walks, that way I can use his position to check if he can see any upcoming nodes as he walks and if he does, jump to those instead of any...
templates-office.com Pathfinding, Stealth
Kamis, 29 November 2012

Working A* pathfinding

Thumbnail
The A* pathfinding system is now functional and very efficient, guards quickly generate a route to the player using the nodes placed on the map and then optimize the route deleting any superfluous nodes on the path. I ended up not using the arrays built into the nodes of closest other nodes because I would have to use that array...
templates-office.com Pathfinding, Stealth
Jumat, 16 November 2012

AI pathfinding nodes

Thumbnail
I started writing an A* pathfinding system with branching nodes, each node is linked to it's closest eight nodes for more efficient path plotting. I wrote a script that would cycle through them and link them to their eight closest nodes who's paths don't intersect walls or obstacles. Above is the turn out when I got it right, below...
templates-office.com Pathfinding, Stealth

Light level

Thumbnail
Light level is the first thing I've completed, the concept for measuring light seemed simple but it was so essential to the gameplay I decided to do it first to make sure it could be done efficiently and accurately.The method is quite simple, since we're already using light objects in unity to create light we can add extra code...
templates-office.com Stealth
Senin, 08 Agustus 2011

Spiderman Shattered Dimensions

Thumbnail
Dibanding semua game Spiderman yang pernah ada, Spiderman Shattered Dimensions mungkin yang paling menarik. Bayangkan, Anda kini bisa memainkan empat versi Spiderman sekaligus! Selain versi yang kita kenal selama ini, Shattered Dimensions menyuguhkan tiga versi lainnya yakni Spiderman berkostum Venom, Spiderman Noir, Spiderman 2099....
templates-office.com action-adventure, Platformer, Stealth