Chad Wolfe, Indie Game Developer
Chayed Creates (Chad Wolfe)
  • Home Page
  • Portfolio
    • Game Projects
    • Pixel Art - Animations
  • Chad's Blog
  • Bio
  • Contract

ChadWolfe.hx

Picture
//This is a snippet from the ChadWolfe.hx program that will soon be embedded on this page. This Bio is not business-oriented, please refer to my Portfolio for my work. 
/*I'm Chad, and I code, create pixel art, and take care of my babies. I adore basically any game with sci-fi supersoldiers, especially Halo, MegaMan, and Metroid. All of them. I love the act of creating a game, but there's not one kind of game that I love especially VS another, so my knowledge and expertise has been applied in almost all areas of game development. 
I spend most of my time learning and applying game development knowledge, but I do play them too, as well as various other things, from playing instruments, to different art forms, to swimming and cooking. I have many hobbies, and I do what I can to make the most out of this short life.*/

Class Me Extends Protagonist()
{
   var name = "Chad Wolfe";
​   var age: Int;
   var height: USMeasurement; //USMeasurement is a float, but decimals are later converted to inches when used 
   var weight: float; 
   var curState: state;
   var worth: float;

   static function new()
   {
      age = time.currentYear - 1995;
      if(curState[1] == "dreaming")
      {
         height = 6.3;
         weight = 130;
         worth = 1,000,000;
      }
      else if(curState[1] == "Likely Reality")
      {
         height = 5.7;
         weight = 170;
         worth = 5;
      }
   ...
Powered by Create your own unique website with customizable templates.