GithubHelp home page GithubHelp logo

mud_py's Introduction

Hi all, I'm Josh

Connect with me:

codeSTACKr.com codeSTACKr | LinkedIn


Languages and Tools:

32/64bit ASM

BinaryNinja

C

Debian

Docker

Ghidra

GitHub

Golang

Python

Radare2

Vim



Josh's Stats

mud_py's People

Contributors

al-gore-rythm avatar chadlung avatar frimkron avatar majesticsloth89 avatar ret2binsh avatar stickler-ci avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

mud_py's Issues

Create Game Modes

Create a way to track the mode at which the user is currently operating. ie. Login mode, exploration mode, battle mode, etc.

Remove constant extra space

mudserver.py uses a null character to test the socket. This introduces an extra space every few seconds on the client side. Need to figure out a way to test socket connection without sending data.

Further Develop look command

Develop the look command to enable the ability to "look at" items specifically to get information on potentially hidden objects. This may need to either replace or combine with the interact command

Create who command

create the 'who' command in order to display all of the currently logged in characters and where they are located.

Mute Players

Create a feature where a player can mute another player.

Create Rooms and Items as Objects

Rooms and the Items located within them need to created as objects rather than strings within a dictionary. This will help with creating additional attributes to include the ability to determine whether or not an item can be picked up and equipped.

Character Class

Need to create character classes. This will help with persistence as well as store character information.

Drop Command

Create the command to drop/destroy items in the inventory

Update rooms.py and items.py

Relocate ANSI color codes from rooms into items in order to reduce the parameters required to instantiate items. Create a parent rooms class that will have methods that will assist in relocating functions from gamefunction into the rooms class.

Character Attributes

Need to add various attributes such as level, money, and sub classes for character classes such as rogue, knight, wizard etc.

Remove Trailing Space from Single Name Character

Currently, if a player chooses a single name, a trailing space is added since it is accounting for the option for two or more names. This needs to be fixed so that the whisper command can stop accounting for this.

Logging

Need to implement various logging from IP connections to user messages.

Can't select character classes

The various character classes are created but there isn't a function during login that allows the user to select a specific class

Develop Status Screen

Create a status command that will display the following:
health / max_health
base_defense (bonuses) / total
base_power (bonuses) / total
experience
gold
etc.

Develop More Rooms

Need to create a fully immersive game with many rooms and a better storyline.

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.