TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mary live-codes a JavaScript game from scratch

5 pointsby StylifyYourBlogover 10 years ago

1 comment

dansoover 10 years ago
The final code from the OP: <a href="https://github.com/maryrosecook/gamelivecode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;maryrosecook&#x2F;gamelivecode</a><p>Having a little (but long forgotten) experience in game&#x2F;graphics coding, it was really a delight to see the OP distill the concepts of the game loop, browser interaction, and graphics rendering...not only into something playable, but while talking in front of a crowd, and taking the time to show even via console.log the impact of each step. It was also just a great demo of why programming in the browser is so neat...Even without libraries, it doesn&#x27;t take much code to have graphical elements in front of you, responding to user input.