TINY CREW. BIG GAMES.
OUR GAMES
Crush, smash, and eat thousands of enemies showing humanity what the meaning of destruction is! Kaiju Catastrophe is an arcade game with roguelite mechanics. Mutate devastating weapons, unlock permanent evolutions, and wreak havoc with a variety of monsters to tear humanity apart!
Guide your little turtle buddy across a variety of hazards and see how long you can survive. Collect as many TRTL coins as you can! Remember, look both ways before you cross!
You awaken in a spooky scary forest at dusk with no memory and the need to fight for survival against extra-dimensional monsters. In this virtual reality wave shooter fire objects to destroy enemies to survive as the fog closes in around you.
OUR STORY
Developing out of the hellscape known as Phoenix, Arizona, GigaTank3000 is a two person army focusing on unique and interactive experiences. Formed in the fires of Summer 2016, our core mission is to provide the most diverse titles on the market focusing on interesting, provocative, and offbeat games living up to motto:
“Tiny crew. Big Games.”
OUR TEAM
Antonio Delgado
Lead Programmer
Jessica Sweeney
Lead Artist
PROGRESS UPDATES
Get It, Set It, Don’t Forget It: Properties In Unity
Encapsulation is one of the most pivotal aspects of coding. In a nutshell it is the ability for classes to keep parts or all of themselves private...
What’s In A Name?: Namespaces In Unity
Namespaces are collections of libraries of code that allow extra functionality in your project. Unity comes with three default System.Collections...
Checking It Twice: Using Lists In Unity
Much like arrays, Lists are used to group collections of variables and objects. Unlike arrays which are static once created and can only be changed...
Mind Enuming: How To Use Enums in Unity
Mind Enuming: Enums in Unity Have you ever wished you could just use some standard language to represent your values? Well now you can with Enums....
Look That Up Real Quick: Dictionaries In Unity
More complex games usually means more complex methods of organization. Dictionaries help you make sense of the chaos by mapping a key (like a...
It’s An Abstract Kind Of Interface: Abstract Classes and Interfaces
It’s An Abstract Kind Of Interface: Abstract Classes and Interfaces Taking advantage of C#’s more advanced features will begin to make more sense...