IsostaJoin Date: 2015-05-10 Post Count: 14729 |
lets combine the two, eh?
need UI concepts for a HUD, Menu, etc.
Have to remake MY concept because roblox decided to screw with UI right after i finished making it.
Needs Leaderboard page, Loadout Customization, Character customization, profile viewing (kdr, stats etc), and a settings page.
Can negotiate a fair price. This is just a concept, by no means does it need to be the best thing every made. just make each page in pdn or something. I just need to be able to tell what's what, and it needs to look nice.
R$107,914 and climbing. |
|
SkydricJoin Date: 2008-05-20 Post Count: 8026 |
for the record
as someone who codes in python
python is NOT similar to lua |
|
IsostaJoin Date: 2015-05-10 Post Count: 14729 |
A. What are you talking about
B. The syntax is INCREDIBLY similar. The internals are not. Whether you accept that or not is up to you.
R$107,914 and climbing. |
|
SkydricJoin Date: 2008-05-20 Post Count: 8026 |
A. your description
B. no it's really not. |
|
UncleAliJoin Date: 2010-06-10 Post Count: 3447 |
your >i have money, you have ideaslooking for devs< thread
shame, got my hopes up
|
|
SkydricJoin Date: 2008-05-20 Post Count: 8026 |
her is a portion of an example of python coding that i created a year or two ago for a college project def checkAnswer(answer): pAnswer = str(input("What is your answer?")) if ####### ## answer: print('You have moved onto the next stage and have gained an extra attempt point!') return True elif ####### ## answer: print('You have been moved back one level and you have lost one attempt point!') return False # return attempts,levelNum #finds if player wants to play again def playAgain(): pAgain = str(input("Play again?")) if ###### ## "Yes": main() else: exit() #checks number of attempts left def checkAttempts(attempts): if attempts<=0: print("You're out of guesses!\nGame over!") playAgain() else: return #main function def main(): makeWord(question) if __name__ == '__main__': main() |
|
SkydricJoin Date: 2008-05-20 Post Count: 8026 |
even the way that you initialize a function is completely different |
|
IsostaJoin Date: 2015-05-10 Post Count: 14729 |
you are clearly not familiar with the term Syntax, or the term similar.
There are specific things contained in both languages that are similar within the SYNTAX.
For example:
elseif / else if / elif
list = [1,2,3];
list = {1,2,3}
the method of calling argumetns,
whitespace vs end
They're very similar if you're not a simpleton.
R$107,944 and climbing. |
|
SkydricJoin Date: 2008-05-20 Post Count: 8026 |
by your logic C# is similar to lua and every coding program (with the exception of those such as binary) are similar to lua. your point is invalid. |
|
IsostaJoin Date: 2015-05-10 Post Count: 14729 |
not even close.
R$107,953 and climbing. |
|
SkydricJoin Date: 2008-05-20 Post Count: 8026 |
how do you figure?
C# has else if too! obviously it's the same thing and that means i can code in it because i can code in lua!
no.
honestly if you think python/c#/lua are similar on any in-depth or actual level, you're uneducated and you don't know what you're talking about. |
|
D_arrkJoin Date: 2011-06-25 Post Count: 2756 |
I know it's irrelevant but did you watch the bungee stream? |
|
IsostaJoin Date: 2015-05-10 Post Count: 14729 |
i watched the beginning of it and got bored when they started reading out the book and i noticed they were going to be reading off and explaining 13 pages of achievements.
R$107,916 and climbing. |
|
|
the basics of both python and lua are similar
however, once you're proficient at the basics of both languages, you'll notice they arent similar at all in terms of making complicated code |
|
IsostaJoin Date: 2015-05-10 Post Count: 14729 |
@externalization
and im in no way professing myself as a master of python. I'm referring to the very basics, as i don't use it for anything.
R$107,916 and climbing. |
|