ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Collected Typos #188

Closed ichabod801 closed 6 years ago

ichabod801 commented 6 years ago

Collect all the typos you find here, and fix them in one commit.

Child of Issue #23: Internal Play Testing.

ichabod801 commented 6 years ago

Hangman: "How many letter are in it?"

ichabod801 commented 6 years ago

The Hamurabi rules list what you can do, but the sentence doesn't make sense. It's missing "decide" how much to feed.

ichabod801 commented 6 years ago

The Hamurabi options with values do not have equals signs.

ichabod801 commented 6 years ago

ConnectFour.handle_options: That symbols is already being used by another player. (should be symbol)

ichabod801 commented 6 years ago

Roulette: Prime bet should be listed with the called bets, not the outside bets.

ichabod801 commented 6 years ago

Also for Roulette: Check whether column and dozen bets are inside or outside bets.

ichabod801 commented 6 years ago

Strategy: piles option has no = and doesn't list the alias (p).

ichabod801 commented 6 years ago

cards.py, TrackingDeck.__init__: Set hte calculated attribute.

ichabod801 commented 6 years ago

The intro copyright text calls it t_game not t_games. Check all of the other copyright text.

ichabod801 commented 6 years ago

Note: in Roulette, column and dozens bets are considered outside bets (according to Wikipedia).

ichabod801 commented 6 years ago

I even playtested the games.