Skip to content

marcyvillegas/python-terminal-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-terminal-games

A collection of terminal games made in Python.

Motivation

Goal of this project:

  • Help me and others to have a stronger grasp on the basics of Python, specifically on OOP concepts and classes.

Overview

Class Path Functionality
StartGame() /main.py Starts the game
GameBase() /games/base_game.py Basis class for all created games
GuessTheSongGame() /games/gues_the_song/main.py Sample game that uses the GameBase class

Games

Name Description
Guess The Song Game Guess what is the title of the song based on the displayed lyrics

About

A collection of terminal games made in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages