Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

Legend

Finally got that to the point where it runs.  
Not sure if it's correct or anything, but still great.  

Working on game project now.  

Have to figure out how I want the player to move.  The starter code has it set to move really slow which doesn't feel very satisfying.  

Have a rough idea of what I want to do, but I'm feeling intimidated.  

Code: [Select]
if(playing){
    player.Move();
}


;)