Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

game-development

  1. wolfman456

    Python In over my head

    HI, This is my first post, I have read several post at this point and it looks like you are all a very helpful group and I hope you all are able to assist me and that I will be able to help others in the future. The following project is my first attempt to right a project completely from scratch...
  2. Zyphon_22

    Python Key input in python

    So im working on a text game in python and I first decided to use the time module: import time print("Hello") time.sleep(2) print("How are you") But now i am creating a function and putting it in place of the time module like this: def dialog(): dialog = input("") print("Hi") dialog()...
  3. M

    Unreal Engine 5 Announcement

    Hey there. So, I'm not a developer who works with Unreal Engine. I tried to learn it back when I was beginning programming, but I think you know how that went...Anyway, as I visited the website for The Verge, this was the first article at the top...
Back
Top Bottom