Welcome!
This is the personal website of Jane Chung.
Please do not copy or reproduce materials without permission.
This is the personal website of Jane Chung.
Please do not copy or reproduce materials without permission.
[Language: LUA] [Team Size: 1 person]
Final project for a Lua scripting class, based on Thatcher Ulrich's "Meteor Shower" code. Gold Hungry Crab Quest is a very simple technical demonistration with RPG elements.
[Language: C#] [Team Size: 1 person]
You are a young woman living alone in your apartment. Your mother occassionally calls to ask you to do favors for her. Since you're a good daughter, you try to do what she wants. Increase your stats (Nice Points and Attractive Points) in order to win the game. This is a casual text adventure game for a mature audience.
Player01.iAP++;
break;
Player01.iAP--;
break;
Player01.iNP = Player01.iNP + 2;
Greg.name = "Dr. G";
break;
Player01.iNP--;
break;
Player01.iAP++;
break;
Player01.Purse.Add("Super Lip Gloss");
Player01.iAP++;
break;
Player01.Purse.Add("Stun Gun");
Player01.iNP++;
//draw ascii stun gun
C.Clear();
readASCII(aSGun);
Fun.getKey("\n(Press ANY KEY to continue)");
break;