A simple two-player video game.
Project description
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.
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.