Author Topic: Paxlure  (Read 3099 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Paxlure
« on: April 08, 2012, 06:48:40 am »
Yesterday I polished and finished up my latest game - Paxlure (link to source code, clone it and you can play it locally). I have nowhere to host it, but I've submitted my game to a couple of these.

It's a very simple game, where you go around shooting zombies, catching items, trying to get the maximum score. I wanted to get comfortable with the HTML5 canvas, it seems to be a very good and easy to use, so I hope to be developing some more complex games with <canvas> in the near future.

Here's a screenshot:


Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Paxlure
« Reply #1 on: April 08, 2012, 07:01:23 am »
ooh, this is pretty good =) the not very many bullets/slow shooting definitely gives it a different dynamic than other games of its kind.
the sound lags to a ridiculous degree for me, though, either playing late or not at all. also, you should add some specific key to be pressed in order to restart; as it is right now, i am always trying to run away when i die, and so am pressing one or several of wasd, causing it to restart instantly before i can see the final score.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Paxlure
« Reply #2 on: April 08, 2012, 06:16:17 pm »
Wow that was a lot of zombies near the end! O.O I got 17400. Nice game actually. It seems to work pretty fine in Opera actually, although I think you should start with some ammo by default, because at first I thought the mouse click didn't work.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Paxlure
« Reply #3 on: April 09, 2012, 06:20:27 am »
http://davidgomes.github.com/paxlure/

The game can now be played there btw ;)

@shmbis: the sound doesn't lag for me in Chromium, it works every yes every no on Firefox, and never works in Midori :S

Here you can see the sound code, if you're interested.

@DJ: That was a hard decision. But what if the player runs out of bullets, and when this happens there are lots of zombies, it would be worse for the player to find the ammo.

However, there's an even better idea, which is to have a "Catch this, it's ammo for your shotgun!" on the first bullet. I'll try to do that :)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Paxlure
« Reply #4 on: April 12, 2012, 10:28:23 pm »
@DJ_Omnimaga: I added what you asked for ;)