動作サンプル http://www.hachikun.com/test/002.php http://startup.dino.co.jp/2008/05/28/php-8/ このエントリに感化されてスロットゲームを作ってみたよ。 hirafujiさんのプログラムに加えて、下記の仕様を実装。 ゲームバランス調整 ゲームオーバーになったらやりなおす ソース <?php session_start(); if(!isset($_SESSION['money']) || !isset($_POST['start'])){ $_SESSION['money'] = 1000; } if(isset($_POST['start'])){ if($_SESSION['money'] > 0){ $_SESSION['money'] -= 100; $reel_1 = rand(1,4); $reel_