49

also you can test pynotes and pyclock

you are viewing a single comment's thread
view the rest of the comments
[-] DeathByDenim@lemmy.world 2 points 4 days ago

Cute! ๐Ÿ˜€

It mostly works. I think line 103 should maybe be:

os.remove(os.path.join(cdata, "teat.txt"))

So, "teat.txt" instead of "eat.txt". I think this prevents the cat from ever getting happy since that line causes an error and it never reaches image.set_from_file(os.path.join(current_dir, "data/happy.png")) which is very sad!

Actually, you may just want to catch the error if the file happens to not exist. Like this:

    try:
        os.remove(os.path.join(cdata, "teat.txt"))
    except FileNotFoundError:
        pass
[-] okelote360@lemmy.world 1 points 4 days ago

nope. its work normal but thanks! also can you upgrade my game? i do some big upgrade!

[-] DeathByDenim@lemmy.world 1 points 3 days ago

Oh, I see. You fixed that one in 1.2. That wasn't there yet when I commented. :)

Yeah, works great now!

this post was submitted on 28 Nov 2024
49 points (98.0% liked)

Open Source

31358 readers
558 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS