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.

#101 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: League of Androids

Just judge the code based on performance, not character count. If there's bad behaviours, educate them about it.


signature.png
*u stinky*

Offline

#102 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

XxAtillaxX wrote:

Just judge the code based on performance, not character count. If there's bad behaviours, educate them about it.

Competitions are meant to be how good you can be without help.   Personally, I love code golf.   It's fun.   Plus, there is rarely a performance issue in code golf.   All the results are always the same.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#103 Before February 2015

Cyclone or Meredith
Guest

Re: League of Androids

XxAtillaxX wrote:

Just judge the code based on performance, not character count. If there's bad behaviours, educate them about it.

I believe the point is for programmers to learn how to reduce code length as the prepair an entry for the competition.

#104 Before February 2015

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: League of Androids

I have to go with atilla on this one. Just because it's the shortest doesn't mean it's the most efficient. Take for example a Random which you use in a loop to generate numbers, you could in-line declare a new one with Console.WriteLine (eg. Console.WriteLine(new Random().Next(100));), making it one line of code. Or, you could make it a variable so you aren't making a new one every time (eg. (out of loop) Random rnd = new Random();, then (in main) Console.WriteLine(rnd.Next(100));). 1 line vs 2 lines. The longer one is better from an efficiency standpoint as you aren't making a new one every time.

I don't suggest judging by code length, then people will simply trade off efficiency for length.

Offline

#105 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

I think you and Atilla are missing the point of a code golf competition.   It is not (nor has it ever been) about efficiency.   In general?   Yeah, you should be efficient.   In a competition?   Nobody cares about the fact it will take marginally longer to complete its task. As long as it completes the task, it qualifies.

Code golfing is solely about how creative you can be in shortening the code.   It requires experience and outside-the-box-thinking to win.

Efficiency competitions are completely different although they can be equally difficult.   My only problem with those is that it is hard to judge because the difference is just milliseconds and because everyone has different connection speeds.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#106 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

Reminder:   When you start a new project, let me know.   This is to prevent conflict.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#107 Before February 2015

Creature
Member
From: The Dark Web
Joined: 2015-02-15
Posts: 9,658

Re: League of Androids

Are you league working at projects? Seems like some projects died, if don't, there already done bots.


This is a false statement.

Offline

#108 Before February 2015

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: League of Androids

Creature wrote:

Are you league working at projects? Seems like some projects died, if don't, there already done bots.

It takes a while to create bots, lots of debugging, working out a single problem could take an hour depending on the coding. Plus if they are coordinate based bots where you are getting lots of coordinates from the world it takes a while to get the coordinates, record them, test if they are correct, if not find out which one is off, get that coordinate again, and test again. Lots of testing.


If you would like me to make a bot for you, go here.

Offline

#109 Before February 2015

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: League of Androids

In-game name: Hummerz5
Gender: Vehicle (qtd. in Kongregate)
On a scale of 1-10, how good are you at writing English?: 1
Reading English?: 1
List programming languages that you know (in order of how well you know them, most>>least): Let's see. C# ((x)HTML: Grahh not real omg argue idc) JS, PHP, SQL, VB.NET
Never used: ActionScript 3, xcode, python, lolcode, RobotC,   CORN (heh, just cuz)
Have you created an EE bot before?: no
On a scale of 1-10, how independent are you in bot development? (1=completely independent, 10=completely dependent): insofar, 1
Describe 3 ideas for BALs that you have:
1. EE inside EE. Players pretend to be EE players.
2. Minecraft inside EE. Players pretend to be minecraft players.
3. Soil-moving game. Involves players repeatedly tapping arrow keys against dirt-liek bricks in hopes   of removing the brick and gaining currency that ultimately speeds up the process of removing more bricks, and more currency. Game has layers of dirt and sand. "movey-dirt"
Skype username? (this may be PM'd to me): I don't think skype takes apostrophes in usernames.

Offline

#110 Before February 2015

Creature
Member
From: The Dark Web
Joined: 2015-02-15
Posts: 9,658

Re: League of Androids

I think you made the: Create you bot. I saw it at ee wiki.


This is a false statement.

Offline

#111 Before February 2015

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: League of Androids

Creature wrote:

I think you made the: Create you bot. I saw it at ee wiki.

he's joking, he doesn't actually want to apply.


If you would like me to make a bot for you, go here.

Offline

#112 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

Added 2 more finished projects - Death Run by Jabatheblob1 and Event Listener by Meredith.

I am also nearly done with Pictionary.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#113 Before February 2015

Oryg1n
Guest

Re: League of Androids

In-game name:
Oryg1n
Gender:
Male.
Skype username?
I am not registered to Skype at the moment. I can do that easily if it's necessary.
Is English your first language?:
Yes.
Do you know how to program?:
Yes.
Rate your assets on a scale of 0-10:
I would probably choose a 6.
Programming skill:
Same as above, 6 to 7.
Level creation skill:
This is a bit easier and I really enjoy designing future bot assisted levels. I say 9.
Creativity:
This is my best aspect, I get lots of ideas in a short time. Some of them brilliant.
Availability:
Hard to tell... About 3-4 days a week.
How well do you read English?
10
How well do you write English?
10
                      
I used the template mentioned in the main topic, if there is anything else you need to now, ask me.
Note that I am also not so old in this game and still can learn much. I am really willing to learn.

#114 Before February 2015

ewoke
Member
Joined: 2015-02-20
Posts: 412

Re: League of Androids

i would like to join:

In-game name:
ewoke
Gender: <Male|Female>
Male
Skype username? (this may be PM'd to me):
...
Is English your first language?: <Yes|No>
nope
Do you know how to program?: <Yes|No>
yes
Rate your assets on a scale of 0-10 (honesty is important):
7
Programming skill: <0-10>
7
Level creation skill: <0-10>
5
Creativity: <0-10>
5.5
Availability: <0-10>
7


if you can read this....good for you

Offline

#115 Before February 2015

rubixguy
Member
Joined: 2015-03-19
Posts: 27

Re: League of Androids

In-game name: rubixguy
Gender: Male
Skype username? (this may be PM'd to me): (I'll PM you)
Is English your first language?: Yes
Do you know how to program?: Yes

Rate your assets on a scale of 0-10 (honesty is important):
Programming skill: 8
Level creation skill: 4
Creativity: 4
Availability: 2


QY3OIOZ.png

Offline

#116 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

Oryg1n wrote:

In-game name:
Oryg1n
[...]

ewoke wrote:

i would like to join:

In-game name:
ewoke
[...]

rubixguy wrote:

In-game name: rubixguy
[...]

All three of you have been accepted.   I will private message you regarding induction into the group.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#117 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

Announcement: We are giving away personalized bots! ...for free!

Request your idea here: https://docs.google.com/forms/d/1I44nP7 … =send_form


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#118 Before February 2015

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: League of Androids

In-game name: doh
Gender: Male
Skype username? (this may be PM'd to me):
Is English your first language?: no
Do you know how to program?: yes
Rate your assets on a scale of 0-10 (honesty is important): 5
Programming skill: <0-10> 6
Level creation skill: <0-10> 1
Creativity: <0-10> 5
Availability: <0-10> 5

Last edited by doh (May 26 2014 7:07:20 pm)

Offline

#119 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

doh wrote:

In-game name: doh
Gender: Male
Skype username? (this may be PM'd to me):
Is English your first language?: no
Do you know how to program?: yes
Rate your assets on a scale of 0-10 (honesty is important): 5
Programming skill: <0-10> 6
Level creation skill: <0-10> 1
Creativity: <0-10> 5
Availability: <0-10> 5

Accepted as well.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#120 Before February 2015

19abaranet
Guest

Re: League of Androids

If this will teach me a bit about learning how to make and use bots again then I'M IN! //forums.everybodyedits.com/img/smilies/big_smile
In-game name ee1: 272
In-game name ee2: 19abaranet
Gender: Male
Skype username: Avery Baranet
Timezone?: Central Time (Eudora, Kansas, United States)
Is English your first language?: Yes
Do you know how to program?: Yes
Rate your assets on a scale of 0-10: 8
Programming skill: 3 (I'm not good at C# anymore and need my memory refreshed.)
Level creation skill:9 <0-10> (Semi-good at art and minis)
Creativity: 10 (Yes 10, I love this part.)
Availability: 6 (I have a life now sadly...)

Last edited by 19abaranet (May 30 2014 12:56:31 pm)

#121 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

19abaranet wrote:

If this will teach me a bit about learning how to make and use bots again then I'M IN! //forums.everybodyedits.com/img/smilies/big_smile
In-game name ee1: 272

I don't have an issue teaching you, but I fear you lack the dedication to not only learn it, but be a productive member.   For that reason, your application has been denied.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#122 Before February 2015

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: League of Androids

Seems like a well-organized 'league'. I'm interested to see what you guys are up to and help out with projects.

In-game name: atilla
Gender: Female
Skype username? (this may be PM'd to me): atillabyte
Timezone?: UTC-05:00 Eastern Time
Is English your first language?: Yes
Do you know how to program?: Yes
Rate your assets on a scale of 0-10 (honesty is important): 6-7 (needs specificity)
Programming skill: 7
Level creation skill: 5
Creativity: 6
Availability: 6


signature.png
*u stinky*

Offline

#123 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

XxAtillaxX wrote:

Seems like a well-organized 'league'. I'm interested to see what you guys are up to and help out with projects.

In-game name: atilla

Accepted.   I've private messaged you.

Rate your assets on a scale of 0-10 (honesty is important): 6-7 (needs specificity)

I need to delete that part, because people keep thinking it's a question.   It's just an introduction to the proceeding 4 questions.


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

#124 Before February 2015

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,574

Re: League of Androids

Okay, I'm out of school for the summer, I'm back home from what could be considered a vacation if it weren't a funeral, and I'm ready to work most of the time.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#125 Before February 2015

Tako
Member
From: Memphis, Tennessee, USA
Joined: 2015-08-10
Posts: 6,663
Website

Re: League of Androids

Different55 wrote:

Okay, I'm out of school for the summer, I'm back home from what could be considered a vacation if it weren't a funeral, and I'm ready to work most of the time.

Great.   Start using Skype. //forums.everybodyedits.com/img/smilies/big_smile


Yeah, well, you know that's just like, uh, your opinion, man.

Offline

Sensei11427894741490099

Board footer

Powered by FluxBB

[ Started around 1714381271.0163 - Generated in 0.122 seconds, 10 queries executed - Memory usage: 1.84 MiB (Peak: 2.12 MiB) ]