
RagingPixel
Members-
Content Count
32 -
Joined
-
Last visited
About RagingPixel
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
8Observer8 reacted to a post in a topic: Classic Snake Example (pure WebGL, TypeScript)
-
Classic Snake Example (pure WebGL, TypeScript)
RagingPixel replied to 8Observer8's topic in Game Showcase
I've made a fork and changed keydown handler a bit https://plnkr.co/edit/EPyxbRDmSg0tstD5Q55h let me know what you think about it. -
8Observer8 reacted to a post in a topic: Classic Snake Example (pure WebGL, TypeScript)
-
RagingPixel reacted to a post in a topic: Classic Snake Example (pure WebGL, TypeScript)
-
Classic Snake Example (pure WebGL, TypeScript)
RagingPixel replied to 8Observer8's topic in Game Showcase
Its cool that you used WebGL for this, and the code is easy to read. Nicely done. I found bug in this example. When snake length is greater than 1 and its moving right when you press up arrow and then left arrow the game resets. -
Thanks. I'm still working on it. Adding controls for mobile browsers is great idea, I will try to do that.
-
If that free hosting isn't working try this link instead: http://html5games.gotoxy.pl/snake/
-
Slicks reacted to a post in a topic: Google Web Toolkit (GWT)
-
It's great game, can't wait to see multiplayer mode. How much time did you invest in this one?
-
Google Web Toolkit (GWT) is awesome in my opinion. I made simple mini game in Java and it works perfect in browser. Im looking into LibGdx project too - it uses GWT for compiling game into HTML5. https://libgdx.badlogicgames.com/
-
Hello, For few days I've been working on simple classic snake remake in HTML5. Here is the link to current version: http://ragingpixel.000webhostapp.com/snake/ I was inspired by @vsudakov question here on the forums (Smooth and realistic snake animation in tile game) Game controls: arrow keys or WASD
-
hotfeet reacted to a post in a topic: Smooth and realistic snake animation in tile game
-
Hey @vsudakov Take a look at https://jsbin.com/nikikirova/edit?js,output Best regards,
-
how did u do the lcd screen thing ? is it simulated by drawing grid over screen content ?
-
enriqueto reacted to a post in a topic: [Phaser] Cricket Hero
-
cool game I like the graphics and the mechanics
-
play screen changes:
-
Let there be starting screen ;)
-
Hello, The world map Is randomly generated?
-
Hello, So there is a pause key P now And difficulty scaling is same as original nes tetris Also lines needed to go to next level is implemented as in new tetris
-
So maybe I make it an option the block animations. Pause is a must - I recently realize that I forgot about that ^^ There is G key it toggles ghost on and off. Right now Im working on implementing difficulty scaling and amount of lines needed to complete before advancing to next lvl.