Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Help with designing website

I want to Develop a simple web page which will display the score card and details of a cricket match. An individual will just select the happenings ball by ball (for example 3 runs/ 2 runs/ bowled out etc and it will auto update the score accordingly). Bowler for an over can be manually selected. But the batting order should be pre- assigned and upon a dismissal, (for example bowled out) the next batsman in the line up has to be activated. Batsman on strike should be changed upon end of an over and in case of odd number of run/ runs. To make it little easier- I do not have to consider run out. How can I implement it?Can anyone help please?It will be highly appreciated and welcomed.Thanks in advance.

1 Answer

Take the intro to programming track, then jump over the building with a framework (pick bootstrap) and code that sucker up. What you need shouldn't be too hard, it's mostly just a bunch of arrays and variables.