Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#3 Re: Game Discussion » How would you want EE to die? » 2017-08-14 06:07:29

Maybe somehow archive whole database then put a notification on the website ?

#4 Re: Forum Games » What's under ctrl+v? » 2017-08-14 06:05:31

obj.x = temp.x;
obj.y = temp.y;

#7 Re: Game Discussion » Troller alert!!11111111 » 2017-06-24 01:05:50

**** it, just banned by him but the one wake up him is me ....

#9 Re: Off Topic Discussion » What is your wallpaper? » 2017-06-08 05:10:18

3840x2180, rather large resolution

Hidden text

#10 Re: Off Topic Discussion » Highly controversial bookmark discussion » 2017-06-07 03:34:39

84228b9d7668469d860795e2b01d03f2.png
Long chain of organized bookmark. If I found anything interesting enough, I will bookmark it.

#11 Re: Bots and Programming » Some question related to username » 2017-06-06 01:02:28

Tomahawk wrote:

All of those questions have been answered before. Please use the forum search feature.

Don't ask to be spoonfed code.

soniiiety wrote:

the fourm search feature doesnt work that well etc maybe i did use it thought buit you have to be exact or it wont find it etc so idk

As said from soniiety, search feature is trash //forums.everybodyedits.com/img/smilies/sad

Btw ninja, I forgot to specify that player id, not simple id, and thank for helping me

Edit: OK found a way around with it, lock the thread if you want

Will include these words for future search:

username convert  playerId simpleId init2

#12 Bots and Programming » Some question related to username » 2017-06-05 23:51:59

Trung
Replies: 5

I'm really stuck at this...

1) How to convert player id (not simple id) to username? What EE protocol message need to send or receive to get that beside "add"?

2) Get list of current users in the room with their id and username?

If possible, include code snippet example?

#14 Re: Game Discussion » Black friday gem giveaway! [Results are out] » 2016-11-19 22:30:39

Definitely no chance to win //forums.everybodyedits.com/img/smilies/tongue, but I will try my best luck in here

#15 Re: Off Topic Discussion » I made a bullet hell library in Javascript » 2016-11-05 19:28:54

Zumza wrote:

This is amazing. How long did it take to make this?

Basically my teacher gave us 2 weeks for individual project, so I made this in 1 week, breaking timeline down:
- 1 day for google and stackoverflow for library structure
- 1 day for actions logics
- 1 day for simple methods (repeat and wait)
- 1 day for fire bullet method
- 1 day for maths stuff like vectors and parametric graph equations
- 1 day for bug testing
- And final day for write my first demo for impression for my teacher //forums.everybodyedits.com/img/smilies/smile .

And after that those things in TODO list is just for fun //forums.everybodyedits.com/img/smilies/tongue .

#16 Re: Forum Games » What's under ctrl+v? » 2016-11-05 18:53:08

init = function(_name) {
    name = _name;
    if (!flag[name]) {
      flag[name] = {};
    }
    if (!temp[name]) {
      temp[name] = {};
    }
    return commands;
  };
  if (typeof define === 'function' && define.amd) {
    define(function() {
      return init;
    });
    return;
  }
  if ('undefined' !== typeof module && module.exports) {
    module.exports = init;
    return;
  }

#17 Off Topic Discussion » I made a bullet hell library in Javascript » 2016-11-05 18:32:24

Trung
Replies: 2

As an assignment for my teacher ...

Feedback appreciated //forums.everybodyedits.com/img/smilies/smile

Source code

For this, I need to increase my FPS, so that mean I need to increase speed of loop over thousands of bullets on screen at the same time inside an array, anyone know how? My current 1GB RAM laptop can only handle ~100 bullets at same time on screen with around ~30 FPS //forums.everybodyedits.com/img/smilies/sad, my speed target will be around ~400 bullets with stable ~60 FPS, or maybe it impossible due to slow Javascript?

After Javascript, which one should I learn next? C++, Java, Python, or something else?

Maybe I should learn something else beside programming? Like Art, design, music theory, music composing, ...?

P.S: For Jabatheblob1, your C# bot tutorial videos is dead //forums.everybodyedits.com/img/smilies/sad .

P.S.S: Long time didn't play EE since house moving, any event I missed?

#19 Re: Game Business » Everybody Edits Contest: Summer 2016! [Discussion!] » 2016-06-29 22:29:44

I don't know if this was asked before, just for sure.

If I have 200x400 world and then I use only 100x100 area to build, and other area is not related, is the other areas of that world being judge too?

#24 Re: Game Business » Kongregate downtime » 2015-08-27 12:04:46

ugh now all of my enegry in next 5 hours will be destroyed :\

Board footer

Powered by FluxBB

[ Started around 1710833475.7603 - Generated in 0.080 seconds, 9 queries executed - Memory usage: 1.57 MiB (Peak: 1.78 MiB) ]