Oliver

341 posts

Oliver banner
Oliver

Oliver

@pixelchipcode

Code + Math + Pixels GameMaker | Aseprite | Lovely Composer https://t.co/DGmUPYUPzk

Berlin, Germany 加入时间 Mart 2022
121 关注152 粉丝
Oliver
Oliver@pixelchipcode·
@ajinkyax Oh wow looks so good!!!!!
English
1
0
1
11
LaunchLoop
LaunchLoop@launchloop_xyz·
@pixelchipcode Well done @pixelchipcode. we'd love to see your game enter our upcoming game Jam, there is $19k cash prize to win... just saying :)
English
1
0
1
10
Oliver
Oliver@pixelchipcode·
@AntennaGames Hey, thanks. Still a lot to do before the submission date. Love your rouge like fishing game, incredible concept!
English
1
0
1
20
Oliver
Oliver@pixelchipcode·
@AntennaGames Ha ha, just a start. Not a patch on the juiciness of Lake of Creatures!
English
1
0
1
17
Oliver
Oliver@pixelchipcode·
@GameMakerEngine Thank you for being the ultimate dream machine for game devs, tinkerers, hobbyists, storytellers, pixel artists, experimental creators, and everyone in between. For 25 years, you’ve turned wild ideas into reality, here’s to many more! 🕹️✨ #GM25
English
0
0
2
143
GameMaker
GameMaker@GameMakerEngine·
HAPPY BIRTHDAY US!! 🎉🎉 Can you believe GameMaker is 25?! Please join us for some fun celebrations 🎂 🎮 #GM25
GameMaker tweet media
English
37
85
372
35.1K
Oliver
Oliver@pixelchipcode·
@ChimpSquared Oh yeah, that’s such a great idea! Probably make the movement more naturalistic too.
English
0
0
0
12
Pep
Pep@ChimpSquared·
@pixelchipcode Feel like they could flock around the cursor in a damped way!
English
1
0
1
19
Oliver
Oliver@pixelchipcode·
t=current_time/500;gpu_set_blendmode(1);for(p=3;p--;)for(i=20;i--;){draw_set_color(make_color_hsv((t*100+i*20+p*85)%256,255,255));draw_set_alpha(.3);draw_text(x+i*20+sin(t+i/2)*15+p*2,y+cos(t*2+i/3)*10+p*2,string_char_at("Lost found",i+1));}gpu_set_blendmode(0);draw_set_alpha(1)
English
1
0
3
548
Oliver
Oliver@pixelchipcode·
@josieheartjosie Hey, thanks! I just love math, from so little you get so much. It is like magic.
English
0
0
0
15
Oliver
Oliver@pixelchipcode·
var t = current_time / 1000;for (var i = 0; i < 360; i += 0.5) {var r = (i * 1.5) * (1.5 + 1.5 * sin(t/5)); var xx = room_width / 2 + cos(i + t) * r;var yy = room_height / 2 + sin(i + t) * r;draw_circle(xx + sin(r) * 10, yy + cos(r) * 10, 2, false);} #GameMaker #gml
English
0
0
7
353
Oliver
Oliver@pixelchipcode·
var t=current_time/600; for(var i=0;i<room_width;i+=3){ for(var j=0;j<room_height;j+=3){ var z=sin(i/40+t)*cos(j/40-t)*20; var n=sin(i/20+cos(t))*sin(j/20+sin(t))*15; draw_point(i+z+n*sin(t),j+z+n*cos(t)); } } #GameMaker #gml #creativecoding
GIF
English
0
1
11
292
Oliver
Oliver@pixelchipcode·
@MGinof Oh wow, nice you use it for work projects too. Yeah such a fantastic tool, I tried so many game engines but GameMaker just stuck for me, I love it so much. Keep in touch, always nice to connect with other GameMakers
English
0
0
1
32
GINO FM
GINO FM@MGinof·
@pixelchipcode it was such a smooth transition from hobby projects to work projects that I didn't even notice the change
English
1
0
0
14
Oliver
Oliver@pixelchipcode·
@TransientCode Probably makes it all the more satisfying, traffic then tranquillity! Keep posting these I love seeing where you go
English
0
0
0
24
Oliver
Oliver@pixelchipcode·
@TransientCode Beautiful! Wish I was there right now, looks so serene.
English
0
0
0
48
Oliver
Oliver@pixelchipcode·
@MGinof Hey! Wow that’s so kind of you, that really means a lot. That’s great you’ve been using it for a while, so much fun right?
English
1
0
0
21
GINO FM
GINO FM@MGinof·
@pixelchipcode I was working with GameMaker since 2003, everything you do is amazing and helps me realize how much I still have to learn.
English
1
0
2
24