Skip to content

Hangman, Word Guessing,blackjack etc. games on Python 3(Console Based)

Notifications You must be signed in to change notification settings

smarkwardt1/PYGames

 
 

Repository files navigation

PYGames

Built on python 3

  • This repository contains the basic games that are console playable.

  • Built using python

Games

Hangman
Wordguessing
Numberguessing
Blackjack

... more to come!

Hangman

How to play:

% python3 hangman.py3

Enter the letter you want to guess and press enter. It will reveal the location of the letter you guessed in the target word - But be quick because you only get to guess 4 times before you are hung!

Wordguessing

How to play:

% python3 mainframe.py3

Start by choosing how many characters you want to reveal. You then have to guess the word that is made up with the given characters. You will gain points if you guess a valid word. You can use * as a wildcard to replace any one vowel.

Numberguessing

How to play:

% python3 numberguesser.py3

Guess the number between 1 and 100. The program will tell you if you need to guess higher or lower.

Blackjack

How to play:

% python3 blackjack.py3

You are trying to get as close to 21 as possible without going over! The player that's closest wins.

Tetris

Tetris is a computer game invented by Alexey Pajitnov in 1985 at the Academy of Sciences in Moscow, Russia. Tetris was part of the classic handheld Game Boy console.

The objective of Tetris is to complete full solid lines (no gaps). When you make a line it disappears and all the blocks shift accordingly. If you let the blocks reach the top of the Tetris board, you lose. You cannot win a Tetris game, though you can attempt to get the high score.

TicTacToe

Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

Contribute

Feel free to contribute your own games and create a pull request for them and please rebase your commits before sending pull request!

About

Hangman, Word Guessing,blackjack etc. games on Python 3(Console Based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%