Recreating the classic color sort game in Python.
- Install the package using pip
Note: If you are using Linux, you might have to use one of the following commands
pip install -i https://test.pypi.org/simple/ color-sort-gamepip3 install -i https://test.pypi.org/simple/ color-sort-game pipx install -i https://test.pypi.org/simple/ color-sort-game - Run the game
color-sort
- Get the code.
You can either download the code or clone it using git.
git clone https://github.com/jaygupta-2k/color-sort-cli.git - Open the directory in your terminal/move into the directory
cd color-sort-cli - Install the package
Note: If you are using Linux, you might have to use the following command
pip install .pip3 install . - Run the game
color-sort
- Write an algorithm to solve the game.
- Improve hints function logic.
- Allow users to configure stack sizes or themes via CLI flags or config files.
- Add scroll to the game screen, preferably using mouse.