Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Adding an inventory and a combat system to a text based adventure game
Post: RE: Adding an inventory and a combat system to a t...

Thanks for the advice! This is exactly what I was looking for.
detkitten Game Development 2 6,980 Dec-17-2019, 03:40 AM
    Thread: Basic Trigonometry Function
Post: RE: Basic Trigonometry Function

I'll have a go at this problem, it looks quite fun: import math userNumber = input("Please enter the number that you want to use: ") while True: try: uNF = float(userNumber) break...
detkitten Homework 9 3,707 Dec-17-2019, 03:34 AM
    Thread: Adding an inventory and a combat system to a text based adventure game
Post: Adding an inventory and a combat system to a text ...

Hello, I am relatively new to Python and have started making a text-based adventure game. I have made the basic movement part of the game using a script similar to this: rooms = { 'kitchen': { ...
detkitten Game Development 2 6,980 Dec-17-2019, 03:07 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020