Rubik's cube is a python
module for creating and manipulating a cli Rubik's cube of size n
- Python 3.7+
$ git clone https://github.com/davidkristoffersen/rubiks_cube
Import the module in a python
file:
import cube
The module contain the file __main__.py
which is used to run the module independently.
Running:
$ python3 -m cube
- Python3 - Interpreter
- David Kristoffersen - Initial work - rubiks_cube
This project is licensed under the GPL License - see the LICENSE file for details