-
Issue: #661
🔴 Tech Stack:
HTML
CSS
JavaScript
🔴 Objective:
Build a basic Solitaire game, where players can move cards between stacks, following Solitaire rules.
🔴 Summary:
Solitaire is a car…
-
```python
Traceback (most recent call last):
File "/home/that1m8head/Desktop/solitaire-master/game/solitaire_tests.py", line 9, in setUp
self.deck = Deck()
File "/home/that1m8head/Desktop/…
-
# Issue Template
**Summary**
Research existing Freecell implementations in various languages (e.g., Unity, JavaScript) to identify design patterns, architecture, and UI/UX techniques relevant to…
-
Hi, I made a bulgarian translation. I checked the issue with the russian translation for the strings, so do let me know if I've missed something. You can use the same alphabet you drew for russian, si…
-
## Documentation Bug Report
### Actual behavior:
Certain pages in the documentation are in some sort of hidden state, where they are not included in the main navigation / TOC. This includes *at …
ryyst updated
3 months ago
-
Apparently, there is no option to change the number of cards dealt from the deck from 3 to 1. This is possible in basically every other Solitaire game, why not this one? I personally don't like having…
SKCro updated
3 years ago
-
Hi, I downloaded the app through f-droid: https://f-droid.org/repository/browse/?fdfilter=solitaire&fdid=com.kmagic.solitaire
There is a bug in Forty Thieves which allows one to move move cards than …
-
start=Начать
fromStack=Вы взяли {0,choice,0#0 карт|1#одну карту|1
-
Hello,
I have few minutes to kill so here is the french translation.
Based on another topic:
start= Commencer
fromStack=Vous prenez {0,choice,0#aucune carte|1#une carte|1
-
- [x] Create a new React component called "Board". This component will be responsible for rendering the game board and managing the state of the cards.
- [x] In the Board component's render method, u…