Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3]

Author Topic: Where to begin with programming this?  (Read 2605 times)

Orange Wizard

  • Bay Watcher
  • mou ii yo
    • View Profile
    • S M U G
Re: Where to begin with programming this?
« Reply #30 on: February 28, 2013, 01:40:32 am »

I'm guessing it isn't as good as Python 2?
Newer != better. Python 3 is fine, I prefer it, but there's loads more documentation and 3rd-party gibberjabber for Python 2, making it 'better'.
Logged
Please don't shitpost, it lowers the quality of discourse
Hard science is like a sword, and soft science is like fear. You can use both to equally powerful results, but even if your opponent disbelieve your stabs, they will still die.

Skyrunner

  • Bay Watcher
  • ?!?!
    • View Profile
    • Portfolio
Re: Where to begin with programming this?
« Reply #31 on: February 28, 2013, 10:42:11 am »

I am late to the party. O_o
Good luck~
Logged

bay12 lower boards IRC:irc.darkmyst.org @ #bay12lb
"Oh, they never lie. They dissemble, evade, prevaricate, confoud, confuse, distract, obscure, subtly misrepresent and willfully misunderstand with what often appears to be a positively gleeful relish ... but they never lie" -- Look To Windward

Muz

  • Bay Watcher
    • View Profile
Re: Where to begin with programming this?
« Reply #32 on: March 05, 2013, 02:58:49 am »

I was hesitant to post code before because I like to see people go out on a limb for themselves, but sometimes a bit of code can go a long way.

Honestly, I think giving people code and letting them hack it works way better than giving them a book and telling them to read it. I learned most of my programming through open source, not books.
Logged
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

SeriousConcentrate

  • Bay Watcher
  • The Hollow Street Hero
    • View Profile
Re: Where to begin with programming this?
« Reply #33 on: March 05, 2013, 03:51:48 am »

As a person who learns by being given an example and then doing it myself (editing) I do appreciate being given a base to start from. Oh, and Sky, just 'cause you're not one of the first few people to respond doesn't mean I don't want your opinion. If you have any advice it would be quite welcome; that's why I've left the topic open for now. ^^^
Logged
SerCon Shorts: This Is How You Do It - Twenty-three one minute or less videos of random stupidity in AC:U, Bloodborne, DS2:SotFS, Salt & Sanctuary, and The Witcher 3.

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Where to begin with programming this?
« Reply #34 on: March 05, 2013, 03:54:37 am »

Eh, some people learn from code, actually reading it and understanding it. Others just cut and paste and only change a few strings that they recognize without understanding what and why. I figure if I give people some time before I give a scrap of code, I'm giving both parties a chance.

Whatsifsowhatsit

  • Bay Watcher
  • Big geek
    • View Profile
Re: Where to begin with programming this?
« Reply #35 on: March 07, 2013, 09:34:43 am »

I wrote a program just a few weeks ago that picked random lines (words) from several files to string together a random cave name for use in Minecraft while exploring (so I can remember where I am more easily, like, "Oh, these are the High-Spirited Holes just below the Cells of Shopping" as opposed to "Is this that one crossing or that other?"), which uses a file for nouns, one for adjectives, one for cave-type words, etc. Which I wrote with Java. So yeah, it's definitely possible.

I would give more details, but I doubt my way of doing it (which I just pulled from various sources on the internet, as well as some experimenting) is a very efficient or elegant way of doing it, so I'd better not. Mind you, I didn't read through the entire thread, so I don't know how far this topic was already resolved/finished... sorry for my laziness (but I have to get to my fife practice!).

EDIT: okay, got through it and it sounds like OP's already pretty well on their way. I'd be willing to try and help with more specifics as well, if there's any more questions, but I don't really know Python, unfortunately...
« Last Edit: March 07, 2013, 11:00:06 am by Whatsifsowhatsit »
Logged
Pages: 1 2 [3]