Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Show off your project!

HTML5 Space Shooter

Gaurav
Friday, January 20, 2012 - 10:35
Gaurav's picture

Hi guys, check out this HTML5 Space Shooter a couple of guys at school and I have worked on together over the past few months, it uses plenty of art from OpenGameArt!

It currently has 2 bosses 3 levels. You can use the keyboard, mouse, or touch.

Your comments, feedback, suggestions, bug reports would be very much appreciated. Also looking for art contributions. :)

  • Log in or register to post comments
bart
joined 14 years 1 week ago
Friday, January 20, 2012 - 10:41
bart's picture

Very nice work.  HTML5 rules. :)

 

  • Log in or register to post comments
BlackScorp
joined 13 years 5 months ago
Sunday, February 5, 2012 - 05:41

hey iam making a small shooter as well http://blackscorp.github.com/desert_rescue/

  • Log in or register to post comments
Gaurav
joined 14 years 8 months ago
Sunday, February 5, 2012 - 12:52
Gaurav's picture

Hi BlackScorp,

Very nice effect the way you make the entire game jump up and down when you get hit.

Gaurav

HTML5 Canvas Old School RPG

  • Log in or register to post comments
BlackScorp
joined 13 years 5 months ago
Monday, February 6, 2012 - 00:43

Hey Gaurav, thx :D this game was made for an Browserbased Game contest from bbgamezone.com http://hughfdjackson.com/bbgcomp2/ ive got "Inspired" by Spirit Beacon.

 

OGA is very usefull for Browserbased games and such small contests, i wish i could make awesome graphics with my Wacom Bamboo , then i would share it here too but iam just a Programmer:D

 

ah and Gaurav sorry for using your thread but i thought a new Thread for my shooter would not be nessesary

 

Greetz BlackScorp

  • Log in or register to post comments
Gaurav
joined 14 years 8 months ago
Monday, February 6, 2012 - 08:01
Gaurav's picture

Hey BlackScorp,

Oh wow you tried to do this in 12 hours? I had help, and spent months. (Of course I was going to school...)

In that case I'm really impressed.

Gaurav

HTML5 Canvas Old School RPG

  • Log in or register to post comments
BlackScorp
joined 13 years 5 months ago
Monday, February 6, 2012 - 14:01

no , actually iam at 6 hours including editing sprites. but you know, it took me 7 years of learning informatics and computer science  :P + i used a framework while you not, and this is really crazy tbh :P i would be never be able to make such game from the scratch without a framework, i would use atleast jquery :D

  • Log in or register to post comments
Gaurav
joined 14 years 8 months ago
Tuesday, February 7, 2012 - 10:36
Gaurav's picture

I don't know anything about Crafty, but JQuery is mostly useless. I wasn't using AJAX and the rest of JQuery just papers over differences between IE<9 and modern browsers. I just simply ignored IE<9. You can see I handle things like custom events without JQuery just fine by doing it the standard compliant way.

Was Crafty really helpful? I wonder if it would have been worth the time to go learn it.

HTML5 Canvas Old School RPG

  • Log in or register to post comments
BlackScorp
joined 13 years 5 months ago
Tuesday, February 7, 2012 - 11:43

with crafty you make with one code Canvas or DOM games. the code of my game, you just have to replace one string and the whole game will work as dom elements with animated divs without canvas.just try out https://github.com/BlackScorp/desert_rescue/blob/gh-pages/assets/js/game.js in this file use Search & Replace function of your IDE and replace Canvas to DOM

 

Crafty works also for IE 6,7,8 (but not canvas, IE cannot canvas:D) . Crafty is a Framework with some included functions , like Gravity, Collision detection, Spire animations,Box2D  and more. Actually is planing to make Touch events for mobile devices and add 3D WebGL rendering(but no one actually knows when it will release:D in you can bind on your objects any events and trigger then when ever you like.

 

also there are some isometric/hexagonal functions like placing tiles and object in a grid, so you dont have to care about maths, just using the functions.

 

it worth to take a look at it.

greetz BlackScorp

  • Log in or register to post comments