Giter VIP home page Giter VIP logo

rock-paper-scissors-py's Introduction

Rock-Paper-Scissors (Python)

Build Status

A basic game written in Python.

Prerequisites

  • Anaconda 3.7
  • Python 3.7
  • Pip

Installation

Fork the repository from GitHub source.

Then use GitHub Desktop or the command-line to "clone" or download your fork onto your local computer:

git clone https://github.com/YOUR_USERNAME/rock-paper-scissors-py.git # this is the HTTP address, but you could alternatively use the SSH address

Navigate into your local repo from the command-line before running any of the other commands below:

cd rock-paper-scissors-py

Setup

Create and activate a new Anaconda virtual environment:

conda create -n game-env python=3.7 # first time only
conda activate game-env

The only game which requires package installation is the PySimpleGUI Game, so if you want to play that one, you'll need to install the package first:

pip install PySimpleGUI

Usage

CLI Game

Play the game from the command-line:

python app/game.py

a screenshot of gameplay

tkinter GUI Game

Play the game from a tkinter GUI:

python app/tk_game.py

a screenshot of gameplay

PySimpleGUI Game

Play the game from a PySimpleGUI GUI:

python app/sg_game.py

a screenshot of gameplay

Testing

Install pytest (first time only):

pip install pytest

Run tests:

pytest

rock-paper-scissors-py's People

Contributors

s2t2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.