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

Design

How did #GoogleDoodle Design Pony Express?

I was wondering if anyone knew how Google design today's (4/14/15) Google Doodle game "Pony Express" (https://www.google.com/doodles/155th-anniversary-of-the-pony-express) I would really like to build a game like this for a project. :)

2 Answers

If I wanted to go about building a game like this, what would be the process?

Google is going to be your friend here. I found a few tutorials that I think might be what you are looking for.

http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/ https://css-tricks.com/learn-canvas-snake-game/

Hopefully that helps.

I'm not sure what you are looking for. The game itself looks to resemble Google's Material Design. The actual element is added with HTML5s canvas tag. https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API

If I wanted to go about building a game like this, what would be the process?