Skip to content

Designed and built for the nostalgia of old school green-screen games on the original Macintosh computer, the "Penny Arcade" is a scalable Python app developed using class files to allow users to play solo games like Blackjack and Hangman in the console window.

License

EoghyUnscripted/Arcade-Games-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Contributors Forks Stargazers Issues MIT License

Designed and built for the nostalgia, the "Penny Arcade" is a core Python application that lets users play solo games like Blackjack or Hangman in a terminal or console window.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Goals
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Developed Using

Python Visual Studio Code

Getting Started

To ensure success in running the application, please follow the steps below prior to attempting to run the application in the terminal, console, or IDE of your choice.

Prerequisites

Installation

Install Python for Windows OS

Install Python for MacOS

MacOS comes pre-installed with Python. You can check for the installed Python version(s) in the terminal by entering the command in a terminal window.

% python --version
Python 3.11.5

To update to the latest version:

% brew update && brew upgrade python

Install Requests

Both Windows and Mac users should be able to install the requests library directly from a terminal or console window once Python has been installed on the device or environment.

pip install requests

Alternatively, you can install using the requirements.txt file.

pip install -r requirements.txt

Goals

  • Remove duplicate code and create functions in place
  • Improve error handling

Contributing

While this app was developed simply for fun, please feel free to contribute new ideas and enhancements to this project.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Eoghan - @EoghyUnscripted

Project Link: https://github.com/EoghyUnscripted/Arcade-Games-Core

Acknowledgments

About

Designed and built for the nostalgia of old school green-screen games on the original Macintosh computer, the "Penny Arcade" is a scalable Python app developed using class files to allow users to play solo games like Blackjack and Hangman in the console window.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages