sei-ec-remote / project-1-issues

Open new issues here
1 stars 2 forks source link

Game project issue #109

Closed sam-phillips21 closed 2 years ago

sam-phillips21 commented 2 years ago

What's the problem you're trying to solve?

I cannot get my player to show up on the screen. Ive started the project over and have made some progress but still cannot get my player to show up

yesterday I had the same issue and was told i am not providing enough information in the project issue page to receive help.

Post any code you think might be relevant (one fenced block per file)

function drawMtneer() {
    ctx.fillRect(mtneer.y, mtneer.x, 0, 0);
    ctx.fillStyle = 'red';
    ctx.fill();

If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?

things come back as undefined. or described as not a function when it is a function.

What is your best guess as to the source of the problem?

lack of experience in canvas

What things have you already tried to solve the problem?

started completely over. tried to create new functions.

Paste a link to your repository here

https://github.com/sam-phillips21/Project-one

kestler01 commented 2 years ago

come on over too room 40 and lets talk it out

sam-phillips21 commented 2 years ago

fix draw function. and create game loop