Note: If for any reason the following programs don't work. Please don't hesitate In contacting me.    



Simple Plat-former

Posted by Francisco Ramirez on Friday, March 2, 2012 In : Flash Development 
source code:

var rightKeyIsDown:Boolean = false;
var leftKeyIsDown:Boolean = false;
var upKeyIsDown:Boolean = false;
var downKeyIsDown:Boolean = false;

var gravity:Number = 5;
var yVelocity:Number = 0;
var canJump:Boolean = false;

stage.addEventListener(KeyboardEvent.KEY_DOWN, PressAKey);
stage.addEventListener(KeyboardEvent.KEY_UP, ReleaseAKey);

function PressAKey(event:KeyboardEvent):void
{
if(event.keyCode == Keyboard.RIGHT)
{
rightKeyIsDown = true;
}
if(event.keyCode == Keyboard.LEFT)
{
leftKeyIs...

Continue reading...
 

Porjects and Code

Posted by Francisco Ramirez on Friday, February 4, 2011


Continue reading...
 
 

This Project show AI algorithms. Just the basic one and made into a small game. 

A.I. Game.zip A.I. Game.zip
Size : 5453.508 Kb
Type : zip
A.I. Game with installer.zip A.I. Game with installer.zip
Size : 8034.318 Kb
Type : zip

Boggle Examples Download 


This My Boggle Project - had to make multiple data structures for the game to work and be able to solve the board.

Boggle game.zip Boggle game.zip
Size : 468.417 Kb
Type : zip
Boggle Game with Installer.zip Boggle Game with Installer.zip
Size : 834.364 Kb
Type : zip

UDK (Unreal Developmental Kit) Projects Download


If you have UDK you can check some levels I made for my level design class.

DM stands for Death Match

If you need to download the engine you can got here http://www.unrealengine.com/udk/downloads/ and try. 

 

DM-small mutli level.zip DM-small mutli level.zip
Size : 371.586 Kb
Type : zip
DM-terrain and cinematics.zip DM-terrain and cinematics.zip
Size : 1510.058 Kb
Type : zip

About Me


http://www.linkedin.com/in/frankram

How to play or view projects that are zipped:

Step 1. Unzip the Whole file.

Step 2. Once Unzipped look for the *.exe file and open it

Step 3. If step 2 didn't work contact me.

 

 

Make a free website with Yola