WebDev

SMF Modifications => General Code/Script Inquiries => Topic started by: Fog on December 06, 2014, 10:35:17 PM

Title: Beta Testing NASCAR Game
Post by: Fog on December 06, 2014, 10:35:17 PM
Looking for testers for a NASCAR game I'm hosting next season.

http://www.ngsforums.com/2015Driverchallenge/index.php

Looking to do some simple input forms and maybe a dropdown form too.
Title: Re: Beta Testing NASCAR Game
Post by: Fog on December 06, 2014, 10:45:29 PM
This is my schedule for the season.

Week by Week

Created 648 (36 weeks 18 match ups per week) different matchups onto the "SCHEDULE" table.

CREATE TABLE IF NOT EXISTS `nascar_schedule` (
  `gameID` int(11) NOT NULL AUTO_INCREMENT,
  `weekNum` int(11) NOT NULL,
  `gameTimeEastern` datetime DEFAULT NULL,
  `homeID` varchar(10) NOT NULL,
  `homeScore` int(11) DEFAULT NULL,
  `visitorID` varchar(10) NOT NULL,
  `visitorScore` int(11) DEFAULT NULL,
  `overtime` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gameID`),
  KEY `GameID` (`gameID`),
  KEY `HomeID` (`homeID`),
  KEY `VisitorID` (`visitorID`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
Title: Re: Beta Testing NASCAR Game
Post by: Skhilled on December 07, 2014, 03:36:51 PM
Soory, Fog. I would but I am busy working on getting a new version of phpBB Arcade released, atm.
EhPortal 1.39.6 © 2024, WebDev