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

JavaScript Introducing JavaScript Let's Make a Game Doing Things With Functions

Position of the coins

Hey!

Why does it goes from 0 to 800 horizontally, and from 0 to 600 vertically? I mean I get the zero bit, but how does he know the limit (800 and 600) did he set this up? if so, where or I can see this?

Many thanks!

1 Answer

Hi Silvia,

800 X 600 is the size of the window (or canvas) in pixels. I imagine Dave did specify those dimensions himself, but Iā€™m not sure in the code where.

Hey Brandon! Ok i see, thank you :)