@@ -33,7 +33,7 @@ include:
3333 location to another, the character needs to track this.
3434
3535In addition, you need to store all this data for large numbers of
36- playerss who might be playing the game simultaneously, and this data
36+ players who might be playing the game simultaneously, and this data
3737needs to be both readable and writeable with minimal latency in order
3838to ensure responsiveness during gameplay.
3939
@@ -143,7 +143,7 @@ There are a few things to note about this document:
143143.. should note that using unbounded lists on items can be an issue, past 1000 entries should prob normalize.
144144 Also if it ends up being much larger than core data itself, may want to split into own document, to better use RAM.
145145
146- .. Dont understand why the whole location info is stored here: lots of duplication and consistency issues.
146+ .. Don't understand why the whole location info is stored here: lots of duplication and consistency issues.
147147 Should normalize here and just store location name / coordinates
148148
149149Items
@@ -361,7 +361,7 @@ To actually display weapons, then, you would use the following code:
361361
362362.. code-block:: pycon
363363
364- >>> armor = get_weapons_for_dislay (character, item_index)
364+ >>> armor = get_weapons_for_display (character, item_index)
365365
366366Displaying Character Attributes, Inventory, and Room Information
367367~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments