Default FAFNIR to a specific randomized seed
This commit is contained in:
parent
25e4e13e41
commit
311b3d627a
@ -14,7 +14,7 @@
|
|||||||
14 REM You should have received a copy of the GNU General Public License
|
14 REM You should have received a copy of the GNU General Public License
|
||||||
15 REM along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15 REM along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
20 DIM D(6),H(6)
|
20 DIM D(6),H(6)
|
||||||
30 RANDOMIZE
|
30 RANDOMIZE(0)
|
||||||
40 D(1)=0:D(2)=0:D(3)=0:D(4)=0:D(5)=0:D(6)=0
|
40 D(1)=0:D(2)=0:D(3)=0:D(4)=0:D(5)=0:D(6)=0
|
||||||
50 T=0:T1=0
|
50 T=0:T1=0
|
||||||
60 PRINT "PRESS ANY KEY TO CONTINUE..."
|
60 PRINT "PRESS ANY KEY TO CONTINUE..."
|
||||||
|
Loading…
Reference in New Issue
Block a user