Bitcoin Forum
May 10, 2024, 09:33:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Python MUD Game with Crypto as In-Game Currency  (Read 115 times)
SwagSociety.me (OP)
Sr. Member
****
Offline Offline

Activity: 495
Merit: 250



View Profile
September 14, 2018, 04:56:05 PM
 #1

Game planing

Systems
These are the behind-the-scenes features that exist in your game, often without being represented by a specific in-game object.

  • Should your game rules be enforced by coded systems or are you planning for human game masters to run and arbitrate rules?
  • What are the actual mechanical game rules? How do you decide if an action succeeds or fails? What "rolls" does the game need to be able to do? Do you base your game off an existing system or make up your own?
  • Does the flow of time matter in your game - does night and day change? What about seasons? Maybe your magic system is affected by the phase of the moon?
  • Do you want changing, global weather? This might need to operate in tandem over a large number of rooms.
  • Do you want a game-wide economy or just a simple barter system? Or no formal economy at all?
  • Should characters be able to send mail to each other in-game?
  • Should players be able to post on Bulletin boards?
  • What is the staff hierarchy in your game? What powers do you want your staff to have?
  • What should a Builder be able to build and what commands do they need in order to do that?
  • etc.

Rooms
Consider the most basic room in your game.

  • Is a simple description enough or should the description be able to change (such as with time, by light conditions, weather or season)?
  • Should the room have different statuses? Can it have smells, sounds? Can it be affected by dramatic weather, fire or magical effects? If so, how would this affect things in the room? Or are these things something admins/game masters should handle manually?
  • Can objects be hidden in the room? Can a person hide in the room? How does the room display this?
  • etc.

Objects
Consider the most basic (non-player-controlled) object in your game.

  • How numerous are your objects? Do you want large loot-lists or are objects just role playing props created on demand?
  • Does the game use money? If so, is each coin a separate object or do you just store a bank account value?
  • What about multiple identical objects? Do they form stacks and how are those stacks handled in that case?
  • Does an object have weight or volume (so you cannot carry an infinite amount of them)?
  • Can objects be broken? If so, does it have a health value? Is burning it causing the same damage as smashing it? Can it be repaired?
  • Is a weapon a specific type of object or are you supposed to be able to fight with a chair too? Can you fight with a flower or piece of paper as well?
  • NPCs/mobs are also objects. Should they just stand around or should they have some sort of AI?
  • Are NPCs/mobs differet entities? How is an Orc different from a Kobold, in code - are they the same object with different names or completely different types of objects, with custom code?
  • Should there be NPCs giving quests? If so, how would you track quest status and what happens when multiple players try to do the same quest? Do you use instances or some other mechanism?
  • etc.

Characters
These are the objects controlled directly by Players.

  • Can players have more than one Character active at a time or are they allowed to multi-play?
  • How does a Player create their Character? A Character-creation screen? Answering questions? Filling in a form?
  • Do you want to use classes (like "Thief", "Warrior" etc) or some other system, like Skill-based?
  • How do you implement different "classes" or "races"? Are they separate types of objects or do you simply load different stats on a basic object depending on what the Player wants?
  • If a Character can hide in a room, what skill will decide if they are detected?
  • What skill allows a Character to wield a weapon and hit? Do they need a special skill to wield a chair rather than a sword?
  • Does a Character need a Strength attribute to tell how much they can carry or which objects they can smash?
  • What does the skill tree look like? Can a Character gain experience to improve? By killing enemies? Solving quests? By roleplaying?
  • etc.

https://bitcointalk.org/index.php?topic=1281316.0

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!