You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

Stixx

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Stixx

A simple two-player video game.

0.1.2
Maintainers
1

Stixx

Stixx is an up and coming two-player game where the objective of the game is to deplete your opponent of their sticks. Players start with a stick in each of their hands and add sticks to the opponent based on how many sticks they currently have. If either player gets exactly five sticks, they lose said hand.

License Issues Black Build Status codecov PyPI Docs

Overview

Stixx is childhood game that many of us have played under different names or rules. The purpose of this project is to give back the nostalgia that this childhood game gave us. The current plan is to have a bare-bones UI of the game that works. There are also exciting plans in for future of this game.

Installation

You can install stixx via pip from PyPI:

$ pip install stixx

Running

  • Locate the directory
$ pip show stixx | grep "Location"
  • Once the location has been found change directories to said location
$ cd <location>
  • Run the game
$ python game.py

Demo

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the Apache 2.0 license, stixx is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts