An open API service indexing awesome lists of open source software.

https://github.com/hugotiburtino/jankenpon

"rock paper scissors" OOP in Python
https://github.com/hugotiburtino/jankenpon

oop python rock-paper-scissors

Last synced: 8 months ago
JSON representation

"rock paper scissors" OOP in Python

Awesome Lists containing this project

README

          

# JANKENPON

(Japanese for "rock paper scissors")

---

Object-oriented programmed in Python 3

## Table of Contents
* [How to run](#how_to_run)
* [About](#about)

## How to run
Stand-alone: `python3 main.py`
Docker:
1. `docker build -t jankenpon`
2. `docker run -it jankenpon`

## About
This project was part of an introductory programming course at Udacity. A very short starter code was provided with some instructions and hints. All functionalities were developed by **Hugo Tiburtino**. ASCII art by VK

## CONTRIBUTING
Awesome that you want to contribute!
Please follow these guidelines:
1. Fork the project
2. Open an issue telling how you plan to contribute
3. Make the change in your fork
4. Make a pull request referencing your issue

## License
BSD 3