Giter VIP home page Giter VIP logo

Comments (11)

arcadeJHS avatar arcadeJHS commented on June 5, 2024

Well not yet, should I?
Are you thinking about using it somewhere?

from html5-space-invaders.

jschloss avatar jschloss commented on June 5, 2024

We'd like to extend it and modify the game a bit, yeah.

from html5-space-invaders.

jschloss avatar jschloss commented on June 5, 2024

Happy to provide more detail if you'd like— [email protected]

from html5-space-invaders.

jlev avatar jlev commented on June 5, 2024

I am also interested in the license. Is this available for open use?

from html5-space-invaders.

arcadeJHS avatar arcadeJHS commented on June 5, 2024

Yes, it should be! Maybe under some way of attribution (like in Creative
Commons). If you can, please leave my name (maybe a link to my Github or
blog pages).
By the way, if you are planning to use it, I am curious to know where and
how!

Thankyou!

2013/2/9 Josh Levinger [email protected]

I am also interested in the license. Is this available for open use?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-13322919..

from html5-space-invaders.

kevinvla avatar kevinvla commented on June 5, 2024

Hi I would like to use it as an easter egg on my soon to be launched website. www.kevllar.com

I'll make sure to credit you. Thanks!

P.S. Quick question. How can I replace the spaceship with my logo?

from html5-space-invaders.

arcadeJHS avatar arcadeJHS commented on June 5, 2024

Hi,

the game was designed, as an experiment, to be a "single file": that means
all the graphics and fonts are "embedded" through a base64 encoded string.
In particular, you find around line 354 (var spriteSheet
= "data:image/png;base64...") the sprites atlas.

Around line 850 you find the function "drawCannon", which renders player's
shooting ship.
The last instruction is a "context.drawImage", which uses the above atlas
to crop and render the right image.
One possible solution is to add your own image, pointing the draw function
of "cannon" to it.

Let me know if you need further help.

2013/2/22 kevinvla [email protected]

Hi I would like to use it as an easter egg on my soon to be launched
website. www.kevllar.com

I'll make sure to credit you. Thanks!

P.S. Quick question. How can I replace the spaceship with my logo?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-13927074.

from html5-space-invaders.

kevinvla avatar kevinvla commented on June 5, 2024

@arcadeJHS I've managed to update the sprite sheet with your help. Thanks so much. I've left the credit to your blog in the opening credits. Let me know if you would like to be credit-ed? further some how. Just enter the Konami code on my homepage to see the result. I'm very happy with the result. www.kevllar.com

Thanks again!

from html5-space-invaders.

arcadeJHS avatar arcadeJHS commented on June 5, 2024

You're welcome!
I am curious to check the result!
But... enter the code where?

2013/2/25 kevinvla [email protected]

@arcadeJHS https://github.com/arcadeJHS I've managed to update the
sprite sheet with your help. Thanks so much. I've left the credit to your
blog in the opening credits. Let me know if you would like to be credit-ed?
further some how. Just enter the Konami code on my homepage to see the
result. I'm very happy with the result. www.kevllar.com

Thanks again!


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-14032436.

from html5-space-invaders.

kevinvla avatar kevinvla commented on June 5, 2024

When you arrive at the homepage just start typing on your keyboard.

Arrow keys: Up Up Down Down Left Right Left Right B A Enter

Then the game will appear.

On Monday, February 25, 2013, arcadeJHS wrote:

You're welcome!
I am curious to check the result!
But... enter the code where?

2013/2/25 kevinvla <[email protected] <javascript:_e({}, 'cvml',
'[email protected]');>>

@arcadeJHS https://github.com/arcadeJHS I've managed to update the
sprite sheet with your help. Thanks so much. I've left the credit to
your
blog in the opening credits. Let me know if you would like to be
credit-ed?
further some how. Just enter the Konami code on my homepage to see the
result. I'm very happy with the result. www.kevllar.com

Thanks again!


Reply to this email directly or view it on GitHub<
https://github.com/arcadeJHS/HTML5-Space-Invaders/issues/1#issuecomment-14032436>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-14036713.

from html5-space-invaders.

arcadeJHS avatar arcadeJHS commented on June 5, 2024

I found it!
Wow, pretty difficult! :-P

By the way, thank you for the use you have done.
Just a reminder: the game was developed as a proof of concept, so it could
be far from perfect!

2013/2/25 kevinvla [email protected]

When you arrive at the homepage just start typing on your keyboard.

Arrow keys: Up Up Down Down Left Right Left Right B A Enter

Then the game will appear.

On Monday, February 25, 2013, arcadeJHS wrote:

You're welcome!
I am curious to check the result!
But... enter the code where?

2013/2/25 kevinvla <[email protected] <javascript:_e({}, 'cvml',
'[email protected]');>>

@arcadeJHS https://github.com/arcadeJHS I've managed to update the
sprite sheet with your help. Thanks so much. I've left the credit to
your
blog in the opening credits. Let me know if you would like to be
credit-ed?
further some how. Just enter the Konami code on my homepage to see the
result. I'm very happy with the result. www.kevllar.com

Thanks again!


Reply to this email directly or view it on GitHub<

https://github.com/arcadeJHS/HTML5-Space-Invaders/issues/1#issuecomment-14032436>.


Reply to this email directly or view it on GitHub<
https://github.com/arcadeJHS/HTML5-Space-Invaders/issues/1#issuecomment-14036713>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-14052722.

from html5-space-invaders.

Related Issues (3)

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.