I was hoping one of you would have enough free time (and patience) to help me with my latest endeavor. I am making a game similar to A Dark Room (Doublespeak Games). In this version, instead of doing the ASCII part of it, I will do it turn based with a simple AI. I will have a program that draws the animals as you fight them. What I need help with is someone who can turn my drawing into computer code. My computer can't load images through code, so they would have to be drawn using turtle or some other graphics. If someone who doesn't get frustrated easy and has a lot of free time could help me, that would be great.
Thanks!
--Fred
P.S. I will pay CodeCoins per hour if you want.

    4 days later

    Captain_Jack_Sparrow you could look online for a Python Graphics library.

    I know that there’s one for Java, and you can import it into a Java program like this:
    import java.awt.Graphics;

    Maybe try looking on the Python website:
    https://www.python.org

    DragonFireGames I think that I can't load images because my computer's malware detector sees the Python trying to get into an image and blocks it. AI may be hard, but I already coded the one I want so that makes it easier. All I would have to do is modify the choices and the training code.

      Chat