Giter Club home page Giter Club logo

Comments (13)

JasonWStanley avatar JasonWStanley commented on August 17, 2024 1

Thanks, I've changed that to image.src and referenced it in the context.drawimage but it's still not produced anything.

from pacman-canvas.

platzhersh avatar platzhersh commented on August 17, 2024

Hi Jason,

of course you can. This is code. everything is possible ;)
Pacman gets drawn every time the renderContent() method is called.
The code to draw him is here:
https://github.com/platzhersh/pacman-canvas/blob/master/pacman-canvas.js#L1434

You can easily replace this by whatever you want.

The code could also be moved to a draw() function on the pacman object actually.

from pacman-canvas.

JasonWStanley avatar JasonWStanley commented on August 17, 2024

Thanks,

I thought it was possible but I can't seem to find the correct code to insert an image without it messing up the existing code.

from pacman-canvas.

platzhersh avatar platzhersh commented on August 17, 2024

You can check the draw function of the ghosts: https://github.com/platzhersh/pacman-canvas/blob/master/pacman-canvas.js#L639

from pacman-canvas.

JasonWStanley avatar JasonWStanley commented on August 17, 2024

Apologies, I don't mean to bother you. I've tried a draw function but the image doesn't load onto the canvas. https://snag.gy/tRXbg5.jpg

from pacman-canvas.

platzhersh avatar platzhersh commented on August 17, 2024

You should use image.src if you instantiate the Image with that name.

The variable gamecharacter has never been defined.

from pacman-canvas.

platzhersh avatar platzhersh commented on August 17, 2024
context.drawImage(this.image, pacman.posX, pacman.posY, 2*pacman.radius, 2*pacman.radius);

No need to use angle at all.

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawImage

from pacman-canvas.

JasonWStanley avatar JasonWStanley commented on August 17, 2024

Do I need to adjust the size of the image? It still appears blank when the game is loaded.

from pacman-canvas.

platzhersh avatar platzhersh commented on August 17, 2024

Well, its SVG. So it should adapt. I think I can't help you any further :)
Try compare to the draw function of the ghost object, like mentioned above. And check if there are differences. Also if you see errors in the browser console.

from pacman-canvas.

JasonWStanley avatar JasonWStanley commented on August 17, 2024

Okay thank you for your help, I apologise for bothering you.

from pacman-canvas.

platzhersh avatar platzhersh commented on August 17, 2024

No worries :) Wish you good luck!

from pacman-canvas.

zorromustafa avatar zorromustafa commented on August 17, 2024

still not working can someone help me with a solution

from pacman-canvas.

someyack avatar someyack commented on August 17, 2024

+1

from pacman-canvas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.