GitXplorerGitXplorer
M

tic_tac_taco_pizza

public
6 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
d00e2eb896689ae523530497d27b664d30ee9803

Use python -m in the readme.

MMariatta committed 6 years ago
Verified
1e4781460f53409961ddb709a445dee5877ae608

Add pyproject.toml (GH-4)

MMariatta committed 7 years ago
Unverified
8ccc723920ee001fea48f5ede8b721c7f96f473d

Package and publish to PyPI (#3)

MMariatta committed 7 years ago
Unverified
389ca51eb78c27c0bcc4329e5a070ce80518825b

First playable version (#2)

MMariatta committed 7 years ago
Unverified
f14d646582479b2cc94e9a1e592ce7efb7f35826

Reformat readme into rst

MMariatta committed 7 years ago
Verified
fa4a2e994e0add7013e245999522a13b4387058e

make url work

MMariatta committed 7 years ago

README

The README file for this repository.

tic_tac_taco_pizza

🐍🌮🍕 Play tic tac toe, with taco and pizza

.. contents::

Installation

tic_tac_taco_pizza requires Python 3.6+ and click.

It is recommended that you install tic_tac_taco_pizza using a virtualenvironment.

::

$ python3 -m venv venv $ source venv/bin/activate $ python3 -m pip install tic_tac_taco_pizza

Usage

::

$ tic_tac_taco_pizza [--token TOKEN]

Options

::

--token TOKEN specify a token, one of: taco, pizza, 🌮 , or 🍕

If --token is not passed, you will be asked to choose a token.

Demo

https://asciinema.org/a/132421

Premise

Lets you play Tic Tac Toe, with 🌮 and 🍕 instead of ⭕ and ❌.

How it works

  • You'll be asked, 🌮 or 🍕
  • A 👊 📃 ✂️ (rock, paper, scissor) will determine the next player
  • Keep playing until it ends.
  • Exit anytime by ctrl-C

ambitious plan 😱

  • make into mobile app with Toga <https://pybee.org/project/projects/libraries/toga/>_

when

v 0.1.0 was made during PyConAU 2017 sprint.

conclusion

🌮 is the new 🎉