Zomblocks Blockiller by lfpetrini
Ok.. this is my first time here and I actually took about 5 hours to get to this final point. I was only able to start working on it at about 5 PM EST, so I rushed to do the best I could.
Some facts I would like to highlight:
This is the first time I work alone with HTML5, so I'm sure there are lots of stuff I did that I could have done better.
I did not want to use any framework, so I used some pieces of code I had done before, utilities like an asset manager and some functions to handle the canvas and do some math.
Expect bugs. And some poorly coded stuff. And I also could not work on the audio.
In summary, this is the best I could deliver in the time I had, but I really hope to do something better in the next time.
Now, about the game:
WASD move your block and you shoot with the cursor. Just avoid the red zombie blocks the longer you can.
Well, at the end of the day it was an enjoyable experience.
Some facts I would like to highlight:
This is the first time I work alone with HTML5, so I'm sure there are lots of stuff I did that I could have done better.
I did not want to use any framework, so I used some pieces of code I had done before, utilities like an asset manager and some functions to handle the canvas and do some math.
Expect bugs. And some poorly coded stuff. And I also could not work on the audio.
In summary, this is the best I could deliver in the time I had, but I really hope to do something better in the next time.
Now, about the game:
WASD move your block and you shoot with the cursor. Just avoid the red zombie blocks the longer you can.
Well, at the end of the day it was an enjoyable experience.
Ratings
| Coolness | 52% | 3 |
| Overall | 2.28 | 1272 |
| Fun | 2.55 | 952 |
| Graphics | 2.10 | 1217 |
| Innovation | 1.74 | 1318 |
| Mood | 2.05 | 1185 |
| Theme | 3.00 | 1022 |
(You might like to try using some css to prevent the mouse selecting elements on the page):
*{-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}