My names Jason Brown.. once I think of something else Ill make a better about page.
Categories
- Android (2)
- Canvas (27)
- css3 (3)
- Design (6)
- Game Development (26)
- Gaming (8)
- Hand Held (2)
- html5 (17)
- Javascript (24)
- jQuery (4)
- MySQL (1)
- node.js (1)
- PC (5)
- Programming (49)
- Tutorials (5)
- Uncategorized (3)
- Web Development (43)
- zombies (1)
Interesting Links
- Binary search jsperf
- Codepen profile
- JS Math.pow vs Bitwise
- Omaha Home Hunt Omaha Home Hunt homes for sale in Omaha Ne
- Stack Overflow Profile
Projects
- jCrumb
- Jquery Snowfall
- My Portfolio
- Omaha Home Hunt Omaha Home Hunt homes for sale in Omaha Ne
- Undeadgames.com
- Zombiebooks.com
- Zombiegames.net
Archives
- April 2013 (1)
- January 2013 (2)
- December 2012 (1)
- October 2012 (1)
- September 2012 (1)
- June 2012 (2)
- March 2012 (3)
- February 2012 (3)
- January 2012 (3)
- November 2011 (1)
- October 2011 (5)
- April 2011 (1)
- March 2011 (1)
- December 2010 (2)
- November 2010 (1)
- October 2010 (1)
- September 2010 (5)
- August 2010 (1)
- July 2010 (2)
- June 2010 (2)
- May 2010 (4)
- April 2010 (7)
- February 2010 (2)
- December 2009 (3)
- October 2009 (1)
- March 2009 (1)
- February 2009 (5)
Tags
2d matrix algorithm android angle based movement Aviary canvas canvas games canvas invaders collision css date object development diamond square distance friction game game development heightmap html5 jason brown javascript javascript snow jquery jquery snow jquery snow plugin js1k math midpoint displacement minecraft OpenGL performance plugin quick sort Raven rotation Screensaver snow snowfall sorting sprite sheets vector Vector Graphics Web Design Web Development web sites
Hi Jason, i found your worley texture generator really instructive, while i was studing it, i have done some little speed up improvement, if you are interested, drop me a line and i’ll send them.
Many thanks for your tutorial!
bye
P.S. sorry my poor english, i’m italian…
Hello developer,
We added your game JSLander to our website http://html5games.de
You can find the entry on http://html5games.de/de/spiele/jslander/ – and vote for it
.
In return we would love a backlink from you.
Multiple banners and textlinks are on http://html5games.de/en/unsere-banner/
Thank you very much in advance
and greetings from Germany
The html5games.de team
Hey, nice website. I wanted to use your snowfall plugin, but then I decided it is unnecessary for me… good plugin tho. Found your website through google while searching for a plugin, so that’s interesting. Take care.
Hey Jason –
Love Canvas Invaders! Since you were so kind to give us such a wonderful game, I’d like to share back a small upgrade that makes it kind of fun on iPads (hopefully the following Javascript will make it through, if not, ping me and I’ll email it to you). Basically the code takes your key events and mimics them using jquery’s “tap” event for firing, and the onboard device motion detector for left/right movement. It’s not perfect, but makes it awefully fun for us folks on iPads without keyboard support! Cheers, Sean Connolly
Code below:
$(‘body’).live(‘tap’,function(event) {
var projectile = new Projectile(players[0].x + (players[0]._width/2), players[0].y – 10, projImage, projImage, 5, 1);
addProjectile(projectile);
});
if (window.DeviceOrientationEvent) {
// Listen for the deviceorientation event and handle the raw data
window.addEventListener(‘deviceorientation’, function(eventData) {
// gamma is the left-to-right tilt in degrees, where right is positive
if (window.innerHeight > window.innerWidth) {
var tiltLR = eventData.gamma;
if (tiltLR > 0) { rightDown = true; leftDown = false} else {leftDown = true; rightDown = false;}
} else {
var tiltFB = eventData.beta;
if (tiltFB window.innerWidth) {
var tiltLR = eventData.x * 90;
if (tiltLR > 0) { rightDown = true; leftDown = false} else {leftDown = true; rightDown = false;}
} else {
var tiltFB = eventData.y * -90;
if (tiltFB < 0) { rightDown = true; leftDown = false} else {leftDown = true; rightDown = false;}
}
}, false);
}
Hi
I’m currently working on a small TCP/IP stack test implementation based on a LPC2478.
I would love to use a modified version (that uses some beep sounds from the board) of your Canvas Invaders as a demo web application running on this stack – but I didn’t find a licence anywhere – Would that be ok?
I would even take a small video afterwards
Sure go ahead and use it, its MIT
.
Mr. Jason Brown.
Your snowfall plugin is very beautiful.
I want use this product on our SNS Sight.
May I use this plugin under an MIT-license ?
Our SNS is under constructions now .
So I can not talk about detail of our project.
But I can promise to you
that our SNS is to contribute to the happiness of the world.
your faithful Ikezawa Motoki
Hello! We’d like to use a modified version of your canvas invaders game, can you please contact me as I couldn’t find any licensing information!
Thanks,
Brad