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 Finishing the Game Wrapping It Up

Khaleel Yusuf
Khaleel Yusuf
15,208 Points

I have many questions

Can I please have the code to these questions. 1.How do I make I starting menu that has buttons that say: Play, How to Play, Level Select and the copyright sign that has my name next to it?

  1. How do I make levels?
  2. How do I save the coins the player collects?
  3. How do I make characters like mikethefrog.png?

2 Answers

Hi Khaleel. I think some of the things you are asking for might be beyond the scope of this course and you shouldn't expect someone to just "give" you the code for these advanced features you're requesting. If you go to the page the video is on then go to Downloads -> Project Files you'll be able to download and extract a few of the code snippets you're looking for

Khaleel Yusuf
Khaleel Yusuf
15,208 Points

Which courses do I need to finish to know how to do this?

The code is already provided for saving coins and adding Mike the frog.

I would suggest you look at the other features you want to add, like the start menu and levels, then break them down into smaller pieces, just like you did throughout the course.

Don't worry if this seems like a daunting task. I would advise you to continue advancing your JavaScript.