This document provides 10 tips for developing HTML5 games for both desktop and mobile platforms. Some key points covered include using the <canvas> tag for games, touch events for mobile, dirty rectangles to improve framerate on mobile, matching button sizes to fingers, using localStorage to save game data, and tools for debugging mobile games. More details on these techniques and HTML5 game development can be found at the listed web addresses.