List of commits:
Subject Hash Author Date (UTC)
Corrected a few things to make the game look better. Removed useless logs. Added a flag to only cleanup allcards on new games. Corrected a bug where changing sizes between two values could create an exception. b2f4d5aab442c28653ae98b30afaca648c800aba97bf674756edfd3e38e3e71a Sangscienta 2023-07-31 18:43:18
Can now adjust gridsize, and creates a new game when that changes. 47221f9cfa716d838312bbddd1b1072af042b4b64c90463b557ce589232c1a3d Sangscienta 2023-07-31 13:36:26
New game is fully fuctional, and can generate new boards. Settings button is not functional. Still has a lot of debug data available on screen. a66d8cd9c8451631b5bee4b66cee9e63a4ef8bb4932a1512576437773abd3cc1 Sangscienta 2023-07-26 15:54:00
Initial commit for main branch 53278fe5484cf5b33500ab068535a9443763e73678d67eebcc407c262cb73081 Sangscienta 2023-07-26 14:52:18
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/Sangscienta/Card-Turning-Game

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Sangscienta/Card-Turning-Game

Clone this repository using git:
git clone git://git.rocketgit.com/user/Sangscienta/Card-Turning-Game

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main