
RagingPixel
-
Content Count
32 -
Joined
-
Last visited
Reputation Activity
-
RagingPixel got a reaction from 8Observer8 in Classic Snake Example (pure WebGL, TypeScript)
I've made a fork and changed keydown handler a bit
https://plnkr.co/edit/EPyxbRDmSg0tstD5Q55h
let me know what you think about it.
-
RagingPixel got a reaction from 8Observer8 in Classic Snake Example (pure WebGL, TypeScript)
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.
-
RagingPixel reacted to 8Observer8 in Classic Snake Example (pure WebGL, TypeScript)
My example shows a very simple Snake game in TypeScript and pure WebGL. And it shows how to place a TypeScript multi file example on SandBox. If you know how to improve the code let me know.
Sandbox: https://plnkr.co/edit/7gjdZi2GNHZvtHQEMc4Y?p=preview
-
RagingPixel got a reaction from Slicks in Google Web Toolkit (GWT)
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/
-
RagingPixel got a reaction from hotfeet in Smooth and realistic snake animation in tile game
Hey @vsudakov
Take a look at https://jsbin.com/nikikirova/edit?js,output
Best regards,
-
RagingPixel got a reaction from enriqueto in [Phaser] Cricket Hero
cool game
I like the graphics and the mechanics
-
RagingPixel reacted to Milton in [WIP] Tetris clone
Wow, I'm impressed. This is so much better. Please do the colors first. Look at wikipedia for the originals.
Also, I'm not a fan of seeing where the block would end up. It obscures my view. Most people do want this, but maybe you could have an option?
-
RagingPixel got a reaction from Milton in [WIP] Tetris clone
I made several changes after receiving feedback:
The sideways movement is now instant,
spacebar makes piece drop to the bottom instantly,
fixed a bug with the down arrow / s key
I'm planning to add some difficulty increasing next.
-
RagingPixel got a reaction from Allen T in Tap 'n Dash - Reflex Game
Nice graphic, and the game itself is very addictive