Klondike Solitaire game for curses in 5k of C
nanochess.org
Klondike Solitaire game for curses in 5k of C
1–10 of 18 posts
Re: Klondike Solitaire game for curses in 5k of C
#2Re: Klondike Solitaire game for curses in 5k of C
#3It's notable that on most CPUs, the comparison instruction is equivalent to a subtraction but without writing the actual result.
Re: Klondike Solitaire game for curses in 5k of C
#4Re: Klondike Solitaire game for curses in 5k of C
#5I thought games need GPU acceleration and React? How is this possible?
Re: Klondike Solitaire game for curses in 5k of C
#6https://github.com/nielssp/csol
Type: /usr/games/csol in the terminal (or find solitaire)
Re: Klondike Solitaire game for curses in 5k of C
#7Re: Klondike Solitaire game for curses in 5k of C
#8Everyone knows that the != operator is a surplus of the C language, use only the minus operator. It's notable that on most CPUs, the comparison instruction is equivalent to a subtraction but without writing the actual result.
Re: Klondike Solitaire game for curses in 5k of C
#9Everyone knows that the != operator is a surplus of the C language, use only the minus operator. It's notable that on most CPUs, the comparison instruction is equivalent to a subtraction but without writing the actual result.
Wouldn't XOR or something be much quicker than all the steps involved in subtraction?