Grater (@develograter) 's Twitter Profile
Grater

@develograter

Indie Game Develograter. currently trying to greate a #metroidvania project.

ID: 1345813083126722563

calendar_today03-01-2021 19:23:46

52 Tweet

260 Followers

1,1K Following

Grater (@develograter) 's Twitter Profile Photo

Submitted to #GlobalGameJam : Pitfall is a short adventure where you and your brother would be going for treasure hunt...if there wasn't a pitfall. I am still learning to write stories so yeah, hopefully I get better at doing it by next year. globalgamejam.org/2021/games/pit…

Submitted to #GlobalGameJam : Pitfall is a short adventure where you and your brother would be going for treasure hunt...if there wasn't a pitfall.

I am still learning to write stories so yeah, hopefully I get better at doing it by next year.

globalgamejam.org/2021/games/pit…
Grater (@develograter) 's Twitter Profile Photo

I've been working on a board game called "Shroooms!", where you would plant mushrooms and claim territories against each other. I'm quite proud of the results. Go check it out in the Tabletop Simulator workshop! #TabletopSim #boardgames steamcommunity.com/sharedfiles/fi…

Grater (@develograter) 's Twitter Profile Photo

Dear wisdoms of the internet, how can I increase the consistency between this two rooms? I've been stuck with making palettes of this room for a whole day but I just couldn't find enough indoor examples to help me going :/ much appreciated! #gamedev #pixelart #indiegames

Dear wisdoms of the internet,
how can I increase the consistency between this two rooms? 
I've been stuck with making palettes of this room for a whole day but I just couldn't find enough indoor examples to help me going :/
much appreciated!

#gamedev #pixelart #indiegames
Grater (@develograter) 's Twitter Profile Photo

Skatepark, except that there's no skateboard (yet) This skatepark is mainly used to test composite collision shapes, aka multiple collision shapes in the space of one tile. #gamedev #indiegames #pixelart #love2d

Grater (@develograter) 's Twitter Profile Photo

I made an AI that I don't even know how it works, but it seems to be super smart #gamedev #screenshotsaturday #indiegames

Grater (@develograter) 's Twitter Profile Photo

when i work with 2d, sometimes i wish i was working in 3d when i work in 3d, sometimes i wish i was working with 2d...

yonatan (@zozuar) 's Twitter Profile Photo

#つぶやきGLSL twigl.app/?ol=true&ss=-N… vec2 n,q,p=(FC.xy-.5*r)/r.y; float d=dot(p,p),S=9.,i,a,j; for(mat2 m=rotate2D(5.);j++<30.;){ p*=m; n*=m; q=p*S+t*4.+sin(t*4.-d*6.)*.8+j+n; a+=dot(cos(q)/S,vec2(.2)); n-=sin(q); S*=1.2; } o+=(a+.2)*vec4(4,2,1,0)+a+a-d;