I Shipped Two Web Games This Weekend — Here's the Stack

📰 Dev.to · pickuma

Learn how to ship web games quickly using a streamlined tech stack, and discover the tools and tradeoffs involved in building and deploying two web games in just a weekend.

intermediate Published 12 May 2026
Action Steps
  1. Build a web game using vanilla JavaScript and the Canvas API to render graphics.
  2. Use a static site generator like Astro to build and deploy the game.
  3. Configure and deploy the game to a cloud platform like Vercel or Netlify.
  4. Test and optimize the game for performance and user experience.
  5. Compare and contrast different tech stacks and tools for building and deploying web games.
Who Needs to Know This

Web developers, game developers, and DevOps engineers can benefit from this article, as it provides insights into building and deploying web games quickly and efficiently.

Key Insight

💡 Using a simple and efficient tech stack, such as vanilla JavaScript and Astro, can help you build and deploy web games quickly and with minimal overhead.

Share This
🚀 Ship web games fast! Learn from my experience building and deploying two games in a weekend using a streamlined tech stack. #webdev #gamedev #devops

Key Takeaways

Learn how to ship web games quickly using a streamlined tech stack, and discover the tools and tradeoffs involved in building and deploying two web games in just a weekend.

Full Article

Title: I Shipped Two Web Games This Weekend — Here's the Stack

URL Source: https://dev.to/pickuma/i-shipped-two-web-games-this-weekend-heres-the-stack-215m

Published Time: 2026-05-12T08:30:21Z

Markdown Content:
[Skip to content](https://dev.to/pickuma/i-shipped-two-web-games-this-weekend-heres-the-stack-215m#main-content)

[![Image 1: DEV Community](https://media2.dev.to/dynamic/image/quality=100/https://dev-to-uploads.s3.amazonaws.com/uploads/logos/resized_logo_UQww2soKuUsjaOGNB38o.png)](https://dev.to/)

[Powered by Algolia](https://www.algolia.com/developers/?utm_source=devto&utm_medium=referral)

[Log in](https://dev.to/enter?signup_subforem=1)[Create account](https://dev.to/enter?signup_subforem=1&state=new-user)

## DEV Community

![Image 2](https://assets.dev.to/assets/heart-plus-active-9ea3b22f2bc311281db911d416166c5f430636e76b15cd5df6b3b841d830eefa.svg)0 Add reaction

![Image 3](https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg)0 Like ![Image 4](https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg)0 Unicorn ![Image 5](https://assets.dev.to/assets/exploding-head-daceb38d627e6ae9b730f36a1e390fca556a4289d5a41abb2c35068ad3e2c4b5.svg)0 Exploding Head ![Image 6](https://assets.dev.to/assets/raised-hands-74b2099fd66a39f2d7eed9305ee0f4553df0eb7b4f11b01b6b1b499973048fe5.svg)0 Raised Hands ![Image 7](https://assets.dev.to/assets/fire-f60e7a582391810302117f987b22a8ef04a2fe0df7e3258a5f49332df1cec71e.svg)0 Fire

0 Jump to Comments 0 Save Boost

Copy link

Copied to Clipboard

[Share to X](https://twitter.com/intent/tweet?text=%22I%20Shipped%20Two%20Web%20Games%20This%20Weekend%20%E2%80%94%20Here%27s%20the%20Stack%22%20by%20pickuma%20%23DEVCommunity%20https%3A%2F%2Fdev.to%2Fpickuma%2Fi-shipped-two-web-games-this-weekend-heres-the-stack-215m)[Share to LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fdev.to%2Fpickuma%2Fi-shipped-two-web-games-this-weekend-heres-the-stack-215m&title=I%20Shipped%20Two%20Web%20Games%20This%20Weekend%20%E2%80%94%20Here%27s%20the%20Stack&summary=Stop%20at%207.77%20and%20Eagle%20Run%20are%20live%20at%20play.pickuma.com.%20A%20250-line%20vanilla%20canvas%20game%20and%20a%20one-button%20time-sense%20test%2C%20both%20shipped%20in%20a%20day.%20The%20stack%2C%20the%20tradeoffs%2C%20the%20things%20that%20worked.&source=DEV%20Community)[Share to Facebook](https://www.facebook.com/sharer.php?u=https%3A%2F%2Fdev.to%2Fpickuma%2Fi-shipped-two-web-games-this-weekend-heres-the-stack-215m)[Share to Mastodon](https://s2f.kytta.dev/?text=https%3A%2F%2Fdev.to%2Fpickuma%2Fi-shipped-two-web-games-this-weekend-heres-the-stack-215m)

[Share Post via...](https://dev.to/pickuma/i-shipped-two-web-games-this-weekend-heres-the-stack-215m#)[Report Abuse](https://dev.to/report-abuse)

[![Image 8: pickuma](https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3926669%2Fb3923c39-364a-4953-b8f7-aa962d6419e0.jpg)](https://dev.to/pickuma)

[pickuma](https://dev.to/pickuma)
Posted on May 12 • Edited on May 27 • Originally published at [pickuma.com](https://pickuma.com/for-dev/two-web-games-weekend-build-launch/)

# I Shipped Two Web Games This Weekend — Here's the Stack

[#webdev](https://dev.to/t/webdev)[#devops](https://dev.to/t/devops)[#cloud](https://dev.to/t/cloud)[#astro](https://dev.to/t/astro)

Two new games live at [play.pickuma.com](https://play.pickuma.com/): a single-button time-sense test called **[Stop at 7.77](https://play.pickuma.com/seven/)**, and a third-person 3D-ish flight survival called **[Eagle Run](https://play.pickuma.com/eagle/)**. Both were built in a weekend on the same stack pickuma.com runs on. This is a quick writeup of why, what's in the box, and what surprised me.

## [](https://dev.to/pickuma/i-shipped-two-web-games-this-weekend-
Read full article → ← Back to Reads