00:00
00:00
B1KMusic
Hi. I make games and software. I'm not on NG much, but feel free to peruse my youtube and gitlab for interesting stuff.

Braden @B1KMusic

Age 29, Male

Programmer/Musician/

fish

Earth, Milky Way

Joined on 6/19/11

Level:
10
Exp Points:
948 / 1,110
Exp Rank:
69,535
Vote Power:
5.20 votes
Rank:
Police Sergeant
Global Rank:
8,627
Blams:
42
Saves:
1,040
B/P Bonus:
12%
Whistle:
Normal
Medals:
799

I'm back...sorta!

Posted by B1KMusic - October 1st, 2013


I made a new project thingy! Check it out!

Well, I'm not really gonna publish this, as it's not really a game. It's an experiment with newgrounds' HTML5 game system.

Besides, the HTML5 demos that I included can be found on my jsfiddle.

And on the subject of newgrounds' HTML5 upload system...

To my surprise, it worked exactly as I wanted it to. I thought I was going to have to use some silly API or something.

Au contraire, you just organize the file(s) the same way you would on a live website, violently cram them into a .zip with no room to breathe, and upload it.

So it's pretty much "anything goes", which is great news, because I would NOT want to use some horrid IDE like the games factory, MMF2, or Yoyo Games to make something in HTML5 :/ No thanks, I'll write it myself.


Comments

Pretty cool! The LEGO generater gives me a 'stop rampant script' message though. Using FF. Good to hear it's a simple process, I've been thinking of upgrading my skills from v4>5... but that'll have to wait a while.

PM reply on route btw, hopefully, soon...

Glad you liked what you saw!

That's kinda weird that FF thought the lego generator was a runaway script...it is a pretty simple script.

Also, really the only difference between HTML4 and 5 is that HTML5 adds some new tags to HTML, new functionality to JavaScript, and new rules and syntax to CSS.

Some examples would be the canvas tag, its API in JavaScript, the video and audio tags, the article tag, localStorage and sessionStorage. It really didn't take long for me to upgrade. The steepest learning curve was how to effectively use the canvas (all of the demos use the canvas element).