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
- Host: GitHub
- URL: https://github.com/hugotiburtino/jankenpon
- Owner: hugotiburtino
- License: bsd-3-clause
- Created: 2020-05-08T22:36:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T18:17:22.000Z (over 5 years ago)
- Last Synced: 2025-03-25T13:28:07.425Z (8 months ago)
- Topics: oop, python, rock-paper-scissors
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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