Added sources of the following games: bnc, checkers, fara, FindNumbers, gomoku, reversi, rforces, sq_game, sudoku, whowtbam, xonix.
git-svn-id: svn://kolibrios.org@1805 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 11:48:08 +01:00
|
|
|
;************************************************
|
2024-05-22 12:10:18 +02:00
|
|
|
;* Bulls-and-Cows */ KolibriOS /*
|
Added sources of the following games: bnc, checkers, fara, FindNumbers, gomoku, reversi, rforces, sq_game, sudoku, whowtbam, xonix.
git-svn-id: svn://kolibrios.org@1805 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 11:48:08 +01:00
|
|
|
;************************* 25/10/2007 *********
|
|
|
|
include 'main.inc' ; main.inc
|
|
|
|
include 'data.inc' ; data.inc
|
|
|
|
include 'code.inc' ; code.inc
|
|
|
|
include 'macs.inc' ; macs.inc
|
|
|
|
include 'macros.inc' ; standard macro definitions - mcall & all-all-all
|
|
|
|
|
|
|
|
BeginProgram
|
|
|
|
call clears
|
|
|
|
call rndseed
|
|
|
|
call rnew
|
|
|
|
|
|
|
|
main_loop
|
|
|
|
|
|
|
|
CODE_SECTION
|
|
|
|
|
|
|
|
DATA_SECTION
|
|
|
|
|
|
|
|
EndProgram
|
|
|
|
|