Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bornlex/cru.sh
Console based Candy Crush.
https://github.com/bornlex/cru.sh
console-game games python
Last synced: 11 days ago
JSON representation
Console based Candy Crush.
- Host: GitHub
- URL: https://github.com/bornlex/cru.sh
- Owner: Bornlex
- Created: 2024-01-01T13:00:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-03T11:37:15.000Z (about 1 year ago)
- Last Synced: 2024-11-08T15:30:32.799Z (2 months ago)
- Topics: console-game, games, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cru.sh
The console-based Candy crush like!
## Motivations
There is no real motivation behind this apart from just having fun.
## Contributing
Anyone is very welcome to contribute to this. It is very early and so much is still to be done yet. A TODO.md file
is available with some tasks that might make the game closer to the original Candy Crush.Also, some bugs might still be out there. Feel free to hunt them!
To start the game just do:
```shell
git clone https://github.com/Bornlex/cru.sh && cd cru.sh
python3 main.py
```No requirement is needed outside the python core modules.