Giter Club home page Giter Club logo

python-text-based-game's Introduction

#python text game project

This is a text-based rpg game Ive been working on for a while. I have so many more ideas to include in the code but have yet to get to them.

If anyone is willing or able to contribute any ideas/issues you might have for this project I would appreciate it alot. If you have any questions about this project at all, I will try my best to answer them.

python-text-based-game's People

Contributors

jmceue360 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jywebs beau247

python-text-based-game's Issues

consider building you menus using console-menu

The problem with your current menu method it is will only work with one screen and resolution size. I am guessing it will only work on your own screen as on my smaller laptop the visibility looks almost unreadable.

I would switch from using your static menu generator to using console-menu
ex. https://pypi.org/project/console-menu/

this will generate the menu function for you.

Update starting line for python

You should change your starting line

Current:
#!/usr/bin/python

Change to:
#!/usr/bin/env python

This is the best practice as you do not know where python will be installed in a given environment.

Change def comments to doc strings

example:

change:

###-TITLE_SCREEN_MENUS-##########################################################################################################
def main_menu():
    os.system('cls')

To:

def main_menu():
    """ TITLE_SCREEN_MENUS """
    os.system('cls')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.