reynz

- friends
2,159 link karma
345 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Verified Email

/r/europe, I have a plan. by barsoapin europe

[–]reynz 2 points3 points ago

These two guys (Juur ja Kivirähk) are the only reason i watch Eurovision because they are probably the best comedians in Estonia :D

How to move on from game maker? by mostexcellentbenin gamemaker

[–]reynz 0 points1 point ago

I think it's better to start with Pygame or XNA (haven't used it myself).

I have no idea how much you know about programming games on other languages but just copy this to GM room creation code, run it and play around with it, I hope this helps you. It's a simplified version of how your game should look (at least in python/other similar scripting languages).

var xPos, yPos, i;
xPos = irandom_range(0,room_width);
yPos = irandom_range(0,room_height);
xSpeed = 1;
ySpeed = 1;
loop = true;
while loop{
    if keyboard_check(vk_space){
        loop = false;
        break;
    }
    if keyboard_check(vk_enter){
        xPos = irandom_range(0,room_width);
        yPos = irandom_range(0,room_height);
    }
    draw_set_color(c_black);
    draw_rectangle(0,0,room_width,room_height,0);
    draw_set_color(c_white);
    draw_text(0,0,"Space == Quit    Enter == Reposition")
    draw_circle(xPos,yPos,5,0);
    xPos += xSpeed;
    yPos += ySpeed;
    if xPos>room_width
        xSpeed = -1;
    if xPos<0
        xSpeed = 1;
    if yPos>room_height
        ySpeed = -1;
    if yPos<0
        ySpeed = 1;
    screen_refresh();
    sleep(5);
    }
game_end();

Also you should probably write your own functions for drawing screen, player movement and so on.

How to move on from game maker? by mostexcellentbenin gamemaker

[–]reynz 1 point2 points ago

I can't help you at game devolpment in lower level languages, but i suggest you Pygame since the only other languages i have made games in are Python and a game for my mp3-player in Lua.

Of course if you have only used GM before, you must first learn some basic things, like that instead of step event you must create a loop and so on. If i remember correctly Pygame has built-in collision system, so that should make it easier.

Published in 1990. When you see it... by DeliriousZeusin WTF

[–]reynz 1 point2 points ago

Now i'm wondering how many ad fails have i missed thanks to AdBlock...

I BUILT WTC LOLOL by odrikin MinecraftCirclejerk

[–]reynz 5 points6 points ago

LOL ADD TNT!

Winners of the 2nd GM48! by Cajoledin gamemaker

[–]reynz 0 points1 point ago

Congratulations to all who finished!

It was really fun weekend and i'm really looking forward to the summer jams. Any dates yet?

[Weekly Challenge #9] 30 mins of crappy code, here's my result by reynzin gamemaker

[–]reynz[S] 1 point2 points ago

8.1 Lite

[GM48-2] 594c3d1x5 by reynzin gamemaker

[–]reynz[S] 0 points1 point ago

I am aware of the mistakes and would like to thank you for honest rating. Next time when i try making game again, i'll try to remember this.

[Weekly Challenge #9] 30 mins of crappy code, here's my result by reynzin gamemaker

[–]reynz[S] 0 points1 point ago

I edited it a bit, looks better now :)

[Weekly Challenge #9] - Torch by octalpusin gamemaker

[–]reynz 1 point2 points ago

Nice :)

[Weekly Challenge #9] 30 mins of crappy code, here's my result by reynzin gamemaker

[–]reynz[S] 0 points1 point ago

No, using instances beacuse of lite. Didn't made this thinking about performance but just to try making it.

Easy trick I found on school computers (and the textfile trick) by JaxoDIin hacking

[–]reynz 2 points3 points ago

What to do if bored on school:

  1. Create a new batch file
  2. Download trollface.jpg
  3. Make the script open trollface.jpg and itself
  4. Create a shortcut and change name and icon to chrome/firefox/IE(in anybody uses it)
  5. ...
  6. Profit! (A lot of cmd windows and trollfaces + out of memory/crash)

[HELP] I'm bored and want to make a clone of one game, but i can't figure one thing out. by reynzin gamemaker

[–]reynz 0 points1 point ago

Ok, i thought about making something similar, but didn't thought about using surfaces. Thanks! :)

RATE GAMES!!! Here's a break down of how many games everyone has rated. YOU MAY BE DISQUALIFIED! by username303in gamemaker

[–]reynz 0 points1 point ago

Ok, rated 2 more games, sadly i couldn't download some games that i haven't rated jet. Also i'm on linux currently and GM games don't work on wine :D BTW my respect to username303!

[GM48-2] Duality: by username303in gamemaker

[–]reynz 0 points1 point ago

Art: 4/5 Bit plain, but it was all in style.

Creativity: 4/5

Gameplay: 4/5 Level genetarion is cool :) Although once there was no way to get past the first 2 tiles.

Sound: 3/5 Repeating.

Setting: 4/5 Classic: scientists experimenting with X and Y happens. But i liked it :)

Overall: 4/5 Good puzzle game.

[GM48-2] Importality - 3D Puzzle by kbjwes77in gamemaker

[–]reynz 0 points1 point ago

Art: 3/5 It was 3D, but not much.

Creativity: 4/5 I liked the idea.

Gameplay: 3/5 Everything has been said before, so nothing to add here.

Sound: 2/5

Setting: 2/5 It was a bit boring

Overall: 3/5

MY SERVER GOT GRIEFED!!! TAKING KARMA DONATIONS!!! by reynzin MinecraftCirclejerk

[–]reynz[S] 0 points1 point ago

FIRST YOU NEED TO DISABLE YOUR FIREWALL. THEN SEND ME YOUR PUBLIC IP ADDRESS AND PLEASE OPEN ALL YOUR PORTS, SO THAT YOU CAN CONNECT TO MY SERVER! THE IP IS NEEDED TO MAKE YOU OP :)

MY SERVER GOT GRIEFED!!! TAKING KARMA DONATIONS!!! by reynzin MinecraftCirclejerk

[–]reynz[S] 1 point2 points ago

I THINK IT WAS PHOTO REALISM 2X2

MY SERVER GOT GRIEFED!!! TAKING KARMA DONATIONS!!! by reynzin MinecraftCirclejerk

[–]reynz[S] 2 points3 points ago

OF COURSE!!! MY SEVER IP IS 192.168.1.1

I parsed raw Minecraft Snoop data and made statistics out of it by xPawin Minecraft

[–]reynz 0 points1 point ago

I bet the people who are using FreeBSD and SunOS feel very special/lonely :)

After long request, here it is. *sigh* Jeb AMA. by ibaconatmidnightin MinecraftCirclejerk

[–]reynz 2 points3 points ago

Who the fuck is jeb? Lol, funny name...

JEB...

Like JEBJEBJEBJEBJEBJEBJEBJEBJEBJEBJEBJEB?

view more: next