Daily Lucky Numbers:
5
19
21
26
38
44

Beta Testing NASCAR Game

Started by Fog, December 06, 2014, 10:35:17 PM

Previous topic - Next topic

Fog

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.

Fog

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 ;

Skhilled

Soory, Fog. I would but I am busy working on getting a new version of phpBB Arcade released, atm.