max-solitare1 #362
Reference in New Issue
Block a user
Delete Branch "Max/kolibrios:max-solitare1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sorry for the confusion, I'm learning this git.
This is final version. Bitmaps free license.
Is it a problem on the server or in my files?
the program is looking for the file 'icons16.png' and you changed it to 'icons18.png'
What should I change to make the game (if it's too big) be compiled in .iso but not in .img?
Hi!
Looks fine enough to me now.
Let's wait for the second approve.
And thank you for nice game!
@@ -0,0 +1,1575 @@; SPDX-License-Identifier: GPL-2.0-only; Program - Solitaire card game; Copyright (C) 2026 KolibriOS team; Author: Max, <snapemax@wp.pl>Please remove
,@@ -0,0 +2,4 @@; Program - Solitaire card game; Copyright (C) 2026 KolibriOS team; Author: Max, <snapemax@wp.pl>; Graphics: Designed by rawpixel.com / FreepikFrom this it is not at all clear who owns these images and under what license they are distributed
is this their license, should I include it somewhere?
I think you should include this custom license file to your commit and explicitly mention it here like this:
; Graphics: Designed by rawpixel.com / Freepik (see 'License free.txt')
Looks good otherwise, thank you
I made the changes you wrote about.
@@ -0,0 +56,4 @@dd 0, 0start:mov esp, stacktopAt startup, the stack address is taken from the header. This is a meaningless action.
@@ -0,0 +1464,4 @@txt_replay db 'REPLAY', 0txt_exit db 'EXIT', 0score_str rb 16score dd 0It seems many of these things can come after i_end:
Burer can you review again? I made some changes requested by other reviewers.
Hi, @Max.
I am going to finally add all three of your games to autobuild and merge into system image.
Sorry for the delay and thank you for your work!
Also, some code modifications will be done, kind of better practicies.
You can check them for future projects, if you want.
Totally playable, from what I can see.

Will be merged.
P.S. Personal thanks for Solitaire. Spend hours playing this game my e-book, nice to see proper implementation in KOS.