The world of browser-based gaming has evolved from simple Flash animations to a sophisticated ecosystem hosted on GitHub Pages (the .github.io domain). These games, often referred to as "IO games" due to their simple input/output mechanics, have become a staple for casual gamers and developers alike. The Rise of GitHub-Hosted Gaming

GitHub Pages has become a premier destination for indie developers to host games because it is free for public repositories and provides a reliable foundation for HTML5 and JavaScript titles. Unlike traditional gaming portals, .github.io sites are often lightweight and community-driven, allowing for rapid iteration and open-source collaboration. Top Game Categories on GitHub.io

The platform hosts a diverse range of genres, from retro classics to modern multiplayer experiences:

Multiplayer "IO" Staples: These games typically feature large open worlds where players compete in real-time.

: Often cited as the "OG" IO game, where you control a growing cell. Slither.io

: A modern take on the snake genre where players maneuver to consume opponents.

Open-Source Classics: Many viral hits host their source code and official sites on GitHub. 2048 : A minimalist math-based puzzle game. BrowserQuest : An open-source multiplayer RPG created by Mozilla. Skill-Based & Survival: Titles like A Dark Room

offer deep narrative and survival mechanics in a text-based format. For the Developers: Building Your Own

If you're looking to create your own "github.io" game, the community provides extensive resources: Creating a GitHub Pages site

The world of browser gaming has shifted away from Flash and toward high-performance open-source platforms. If you are searching for GitHub.io games new releases, you’re looking at a thriving ecosystem where indie developers host their projects directly via GitHub Pages.

Unlike traditional gaming portals, GitHub.io sites are often ad-free, fast-loading, and completely open-source, making them a favorite for students, developers, and casual gamers alike. Why GitHub.io is the New Home for Web Games

GitHub Pages provides a free hosting service for static websites. Because modern web games are built using HTML5, CSS, and JavaScript, they can run perfectly without a dedicated backend server. This has led to several key benefits:

Zero Cost: Developers host their games for free, and players can access them without subscriptions or "pay-to-win" mechanics.

Ad-Free Experience: Most GitHub-hosted games lack the intrusive pop-ups and video ads found on mainstream gaming sites.

Transparency: You can often view the "source code" of the game you are playing. If you like how a mechanic works, you can fork the repository and see how it was made. Top New and Classic Games on GitHub.io

The GitHub Web Games Collection features a variety of titles ranging from viral puzzles to complex RPGs. Here are some standout categories:

Viral Puzzle Games: The most famous example is 2048, which started as a small GitHub project before becoming a global phenomenon.

Atmospheric RPGs: Games like A Dark Room prove that you don't need intense graphics to create a compelling, minimalist survival experience.

Arcade Revivals: Many developers recreate classics to practice their skills. You can find high-quality versions of Hextris or Flappy Bird clones like Clumsy Bird.

Educational Challenges: For those who want to learn while they play, Untrusted is a meta-JavaScript adventure where you must literally rewrite the game's code to progress through levels. How to Find New GitHub Games

Since GitHub doesn't have a "front page" for games, finding the latest releases requires a bit of digging:

Search GitHub Repositories: Use the search bar on GitHub with terms like "game," "html5," or "phaser" and filter by "Recently Updated."

Explore GitHub Collections: The Web Games collection is curated by GitHub staff and features polished, high-quality projects.

Check Social Communities: Sites like Reddit (r/WebGames) often feature developers sharing their new username.github.io/gamename links for feedback. Is Playing on GitHub.io Safe?

Generally, playing games on GitHub.io is safe because they are static sites. However, as with any site, you should be aware of security. GitProtect notes that while the platform itself is secure, users should always practice standard web safety—avoiding entering personal passwords or sensitive data into any unofficial gaming site.

Whether you are a developer looking for inspiration or a player seeking a clean, "unblocked" gaming experience, the GitHub.io games scene offers a level of creativity and accessibility that mainstream platforms often lack.

Here’s a short piece inspired by the search term "github io games new" — part reflection, part creative prompt.


Title: The Infinite Arcade

You type it almost on autopilot:
github.io games new

The browser stutters for a second, then loads a page no one’s seen before.
A single blinking cursor. No graphics. No instructions.
Just a line of text:

“Name your game.”

You hesitate. Then type: Echo//Vector

The page flickers.
Tiles fall into place—retro green on black. A labyrinth. A score counter that reads 0.
You move with the arrow keys. Simple. Responsive.
Somehow, the labyrinth shifts before you turn.

You check the URL again:
yourname.github.io/games/new/echo-vector

No repo. No commits. No license.
Just a game that knows what you’ll do next.

You die on level 4. Score: 9999.
The page resets.

But now there’s a second line below the blinking cursor:

“Another player has joined. Your ghost is now an obstacle.”

You refresh. Nothing. Reload. Nothing.
Then—footsteps in the code. Someone else’s arrow keys, somewhere else in the world, moving your ghost.

github io games new wasn’t a search.
It was an invitation.

You close the tab.
The footsteps keep walking.


Would you like a more technical (HTML/CSS/JS) snippet based on this concept?

The New Frontier of Browser Gaming: The GitHub.io Revolution The Democratization of Game Distribution

Historically, game development required significant gatekeeping, from physical distribution to restrictive digital storefronts. However, the rise of GitHub Pages has dismantled these barriers. By providing free, static hosting directly from a code repository, GitHub has turned the .github.io domain into a massive, decentralized arcade. This "new" wave of games leverages the repository not just as storage, but as a live deployment platform, allowing developers to push updates that are instantly playable by anyone with a web link. Technical Evolution: From Simple Scripts to Complex Engines

Modern browser games on GitHub have evolved far beyond the simple HTML/CSS/JavaScript clones of Tetris or Snake that once dominated the platform. Developers are now utilizing sophisticated open-source frameworks and engines:

Performance-Driven Frameworks: Tools like ioGame enable high-performance, low-latency multiplayer servers.

Modern Languages: Projects are increasingly built using languages like Rust (with the Bevy engine) or Python (via Pygame and Tkinter) to create more robust experiences. Interactive Complexity

: Modern "io" games—real-time multiplayer experiences like Spaceblast.io

—demonstrate how GitHub-hosted projects can handle complex physics, wave-based enemies, and global competition. Collaboration as a Catalyst

Open source is democratizing video game development - GitHub

Explore Topics * AI. * Application Security. * Career Development. * DevOps & Automation. * Maintainer. * Programming. interactive-games · GitHub Topics

The intersection of GitHub Pages (the platform behind .github.io URLs) and the

genre represents a unique shift in how games are developed, hosted, and played. This ecosystem has moved gaming away from closed storefronts toward a culture of transparency, rapid iteration, and open-source collaboration. The Rise of the .github.io Gaming Hub GitHub Pages, accessed via the .github.io

domain, allows developers to host static websites—and by extension, browser-based games—directly from their code repositories. This has turned GitHub into a massive, decentralized arcade. Unlike traditional platforms that require approval or fees, GitHub Pages provides a free, instant deployment pipeline for creators. Accessibility : Players can access titles like instantly through a browser without installations. The ".io" Connection

: While "io" originally referred to the British Indian Ocean Territory, it became a shorthand for "Input/Output," making it the go-to domain for multiplayer, browser-based games like Slither.io

. Developers often use GitHub to host the client-side code for these interactive experiences. Open Source as a Feature

One of the most significant aspects of GitHub-hosted games is that the "product" and the "process" are often the same thing.

Open source is democratizing video game development - GitHub

To create a new game hosted on GitHub Pages (github.io), follow these steps to set up your repository and deploy a basic text-based game. 1. Set Up Your Repository

Create a New Repo: Log in to GitHub and click the + icon to create a New repository. Name It: Name your repository (e.g., my-text-adventure). Make it Public: Ensure it is set to Public. Initialize: Check the box to Add a README file. 2. Create Your Game File

For a web-based game, you need an index.html file as your entry point. In your repository, click Add file > Create new file. Name the file index.html.

Full Text (Basic Template): Paste the following code to create a simple interactive prompt. Use code with caution. Copied to clipboard 3. Enable GitHub Pages Go to the Settings tab of your repository. On the left sidebar, click Pages.

Under Build and deployment, set the Source to Deploy from a branch.

Select the main branch and the / (root) folder, then click Save.

Wait a few minutes. Your game will be live at https://[your-username].github.io/[repo-name]/. Advanced Tools & Inspiration

Ready-to-use Engines: Use libraries like text-engine to handle complex parsing and room management.

AI Generation: Tools like Adventure Game Generator use OpenAI to create procedurally generated text content.

Tutorials: For a deeper dive into game logic, check out the Text-Adventure-Tutorial for structured story building.

Searching for "github io games new" typically points to finding the latest browser-based games hosted on GitHub Pages (URLs ending in .github.io). These are often open-source, free, and frequently used as "unblocked" games for school or work environments. Popular New & Trending GitHub.io Games (2025–2026)

Several repositories and hosted sites aggregate the most recent releases for easy access: Action & Arcade: Awesome Tanks 2: Fast-paced vehicular combat. Geometry Dash Wave: A rhythm-based platformer. Lethal Sniper 3D: Army soldier simulation. N-Gon: A minimalist physics-based arcade game. Puzzle & Strategy:

Jumping Shell: A puzzle platformer focused on unique movement mechanics. Football Masters: A sports-themed strategy and puzzle game. Blumgi Slime: A physics-based platformer. Simulation & Social:

Bitlife: Life simulation game (often found in unblocked collections).

We Become What We Behold: A short social commentary game about the media.

Sprunki Series: Various music and creative phases (Phase 1, Phase 8, Incredibox). Where to Find More

You can browse direct lists and communities that track new uploads:

GitHub Game Off 2025 Winners: Explore top entries from GitHub's annual game jam, such as Waves-themed games.

Curated Gists: Developers often maintain lists like the Games on GitHub gist, which includes everything from simple JavaScript clones to complex RPGs.

Unblocked Aggregators: Sites like git-hubgames-2026.github.io or git-hub-games.github.io are specifically designed to host collections for browser play.

If you're looking for a specific genre (like RPGs or multiplayer shooters) or want to find a tutorial on how to host your own game, let me know! Github .io unblocked games - Symbaloo Library

Github . io unblocked games * io games unblocked github. * yohoho unblocked github. * unblocked games premium. * fnaf unblocked. * Symbaloo.com Github Games - Unblocked Github.io Games To Play in Browser

✨ Core Features

What Exactly Are GitHub io Games?

Before diving into the "new," let’s clarify the "what." GitHub is a development platform where coders store code. "Io" (short for input/output) refers to the .io top-level domain, originally assigned to the British Indian Ocean Territory but now synonymous with multiplayer browser games.

When developers finish a game, they often host it for free using GitHub Pages. The URL usually ends with github.io (e.g., username.github.io/game-name).

Why are "New" ones better? Old games suffer from latency issues, low player bases, and stale mechanics. New GitHub io games feature:

  • WebGL & WebGPU support: Near-console quality graphics in a browser.
  • WebRTC networking: Faster, peer-to-peer multiplayer without laggy central servers.
  • Innovative mechanics: Developers are moving beyond "eat and grow" to tactical shooters, auto-chess, and cooperative survival.

Tips for Playing New GitHub Games

Since these games are often in "Beta" or "Alpha," here are a few tips:

  • Expect Bugs: New games have glitches. If you find one, check the "Issues" tab on the GitHub repo and report it. Developers love feedback.
  • Community is Key: Join the developer's Discord (usually linked in the ReadMe file). You might become a moderator or a top player before the game goes mainstream.
  • Performance: Chrome and Firefox generally offer the best performance for HTML5/WebGL games. Ensure your browser is updated.

3. Idle & Strategy Hybrids

Combining the simplicity of .io with the depth of idle games. These games often run in the background while you manage resources or armies on a mini-map.


1. The Repository Structure

  • Bad: A single index.html file that is 50,000 lines long.
  • Good: A src/ folder, an assets/ folder, and a README.md that explains the game.
  • Best: The presence of a wasm/ folder or a service-worker.js (indicates high technical effort).

Part 7: Curated List of Developer Creators to Follow

Stop searching for generic terms and start following the people who make the top-tier new games.

  1. ndubiens – Creates hyper-casual puzzle games with striking minimalism. Every 2 weeks, they release a new concept.
  2. ScreamingPointer – Focuses on horror and atmospheric walking sims. Their "Pocket Mirror" series on GitHub.io is a masterpiece.
  3. MoscowGrave – The king of multiplayer .io games. Their recent release, TrenchWarfare.io, handles 50 players simultaneously on a single page using WebSockets.

How to track them: Go to their GitHub profile -> Click "Follow" -> Turn on "Watching" for their main repositories.


Part 5: Technical Deep Dive – What Makes a "Good" New Game?

When you click a link to a .github.io game, not everything is gold. Many "new" games are broken or unoptimized. Here is the three-second checklist for quality.

1. The Survival & Crafting Wave

Inspired by Minecraft and Rust, a new wave of 2D survival games is hitting GitHub. Look for titles that include resource gathering, base building, and team alliances.

  • Keywords to search: Survival .io, Crafting .js, Multiplayer sandbox GitHub.

Github Io Games New Link

The world of browser-based gaming has evolved from simple Flash animations to a sophisticated ecosystem hosted on GitHub Pages (the .github.io domain). These games, often referred to as "IO games" due to their simple input/output mechanics, have become a staple for casual gamers and developers alike. The Rise of GitHub-Hosted Gaming

GitHub Pages has become a premier destination for indie developers to host games because it is free for public repositories and provides a reliable foundation for HTML5 and JavaScript titles. Unlike traditional gaming portals, .github.io sites are often lightweight and community-driven, allowing for rapid iteration and open-source collaboration. Top Game Categories on GitHub.io

The platform hosts a diverse range of genres, from retro classics to modern multiplayer experiences:

Multiplayer "IO" Staples: These games typically feature large open worlds where players compete in real-time.

: Often cited as the "OG" IO game, where you control a growing cell. Slither.io

: A modern take on the snake genre where players maneuver to consume opponents.

Open-Source Classics: Many viral hits host their source code and official sites on GitHub. 2048 : A minimalist math-based puzzle game. BrowserQuest : An open-source multiplayer RPG created by Mozilla. Skill-Based & Survival: Titles like A Dark Room

offer deep narrative and survival mechanics in a text-based format. For the Developers: Building Your Own

If you're looking to create your own "github.io" game, the community provides extensive resources: Creating a GitHub Pages site

The world of browser gaming has shifted away from Flash and toward high-performance open-source platforms. If you are searching for GitHub.io games new releases, you’re looking at a thriving ecosystem where indie developers host their projects directly via GitHub Pages.

Unlike traditional gaming portals, GitHub.io sites are often ad-free, fast-loading, and completely open-source, making them a favorite for students, developers, and casual gamers alike. Why GitHub.io is the New Home for Web Games

GitHub Pages provides a free hosting service for static websites. Because modern web games are built using HTML5, CSS, and JavaScript, they can run perfectly without a dedicated backend server. This has led to several key benefits:

Zero Cost: Developers host their games for free, and players can access them without subscriptions or "pay-to-win" mechanics.

Ad-Free Experience: Most GitHub-hosted games lack the intrusive pop-ups and video ads found on mainstream gaming sites.

Transparency: You can often view the "source code" of the game you are playing. If you like how a mechanic works, you can fork the repository and see how it was made. Top New and Classic Games on GitHub.io

The GitHub Web Games Collection features a variety of titles ranging from viral puzzles to complex RPGs. Here are some standout categories:

Viral Puzzle Games: The most famous example is 2048, which started as a small GitHub project before becoming a global phenomenon.

Atmospheric RPGs: Games like A Dark Room prove that you don't need intense graphics to create a compelling, minimalist survival experience.

Arcade Revivals: Many developers recreate classics to practice their skills. You can find high-quality versions of Hextris or Flappy Bird clones like Clumsy Bird.

Educational Challenges: For those who want to learn while they play, Untrusted is a meta-JavaScript adventure where you must literally rewrite the game's code to progress through levels. How to Find New GitHub Games

Since GitHub doesn't have a "front page" for games, finding the latest releases requires a bit of digging:

Search GitHub Repositories: Use the search bar on GitHub with terms like "game," "html5," or "phaser" and filter by "Recently Updated."

Explore GitHub Collections: The Web Games collection is curated by GitHub staff and features polished, high-quality projects. github io games new

Check Social Communities: Sites like Reddit (r/WebGames) often feature developers sharing their new username.github.io/gamename links for feedback. Is Playing on GitHub.io Safe?

Generally, playing games on GitHub.io is safe because they are static sites. However, as with any site, you should be aware of security. GitProtect notes that while the platform itself is secure, users should always practice standard web safety—avoiding entering personal passwords or sensitive data into any unofficial gaming site.

Whether you are a developer looking for inspiration or a player seeking a clean, "unblocked" gaming experience, the GitHub.io games scene offers a level of creativity and accessibility that mainstream platforms often lack.

Here’s a short piece inspired by the search term "github io games new" — part reflection, part creative prompt.


Title: The Infinite Arcade

You type it almost on autopilot:
github.io games new

The browser stutters for a second, then loads a page no one’s seen before.
A single blinking cursor. No graphics. No instructions.
Just a line of text:

“Name your game.”

You hesitate. Then type: Echo//Vector

The page flickers.
Tiles fall into place—retro green on black. A labyrinth. A score counter that reads 0.
You move with the arrow keys. Simple. Responsive.
Somehow, the labyrinth shifts before you turn.

You check the URL again:
yourname.github.io/games/new/echo-vector

No repo. No commits. No license.
Just a game that knows what you’ll do next.

You die on level 4. Score: 9999.
The page resets.

But now there’s a second line below the blinking cursor:

“Another player has joined. Your ghost is now an obstacle.”

You refresh. Nothing. Reload. Nothing.
Then—footsteps in the code. Someone else’s arrow keys, somewhere else in the world, moving your ghost.

github io games new wasn’t a search.
It was an invitation.

You close the tab.
The footsteps keep walking.


Would you like a more technical (HTML/CSS/JS) snippet based on this concept?

The New Frontier of Browser Gaming: The GitHub.io Revolution The Democratization of Game Distribution

Historically, game development required significant gatekeeping, from physical distribution to restrictive digital storefronts. However, the rise of GitHub Pages has dismantled these barriers. By providing free, static hosting directly from a code repository, GitHub has turned the .github.io domain into a massive, decentralized arcade. This "new" wave of games leverages the repository not just as storage, but as a live deployment platform, allowing developers to push updates that are instantly playable by anyone with a web link. Technical Evolution: From Simple Scripts to Complex Engines

Modern browser games on GitHub have evolved far beyond the simple HTML/CSS/JavaScript clones of Tetris or Snake that once dominated the platform. Developers are now utilizing sophisticated open-source frameworks and engines: The world of browser-based gaming has evolved from

Performance-Driven Frameworks: Tools like ioGame enable high-performance, low-latency multiplayer servers.

Modern Languages: Projects are increasingly built using languages like Rust (with the Bevy engine) or Python (via Pygame and Tkinter) to create more robust experiences. Interactive Complexity

: Modern "io" games—real-time multiplayer experiences like Spaceblast.io

—demonstrate how GitHub-hosted projects can handle complex physics, wave-based enemies, and global competition. Collaboration as a Catalyst

Open source is democratizing video game development - GitHub

Explore Topics * AI. * Application Security. * Career Development. * DevOps & Automation. * Maintainer. * Programming. interactive-games · GitHub Topics

The intersection of GitHub Pages (the platform behind .github.io URLs) and the

genre represents a unique shift in how games are developed, hosted, and played. This ecosystem has moved gaming away from closed storefronts toward a culture of transparency, rapid iteration, and open-source collaboration. The Rise of the .github.io Gaming Hub GitHub Pages, accessed via the .github.io

domain, allows developers to host static websites—and by extension, browser-based games—directly from their code repositories. This has turned GitHub into a massive, decentralized arcade. Unlike traditional platforms that require approval or fees, GitHub Pages provides a free, instant deployment pipeline for creators. Accessibility : Players can access titles like instantly through a browser without installations. The ".io" Connection

: While "io" originally referred to the British Indian Ocean Territory, it became a shorthand for "Input/Output," making it the go-to domain for multiplayer, browser-based games like Slither.io

. Developers often use GitHub to host the client-side code for these interactive experiences. Open Source as a Feature

One of the most significant aspects of GitHub-hosted games is that the "product" and the "process" are often the same thing.

Open source is democratizing video game development - GitHub

To create a new game hosted on GitHub Pages (github.io), follow these steps to set up your repository and deploy a basic text-based game. 1. Set Up Your Repository

Create a New Repo: Log in to GitHub and click the + icon to create a New repository. Name It: Name your repository (e.g., my-text-adventure). Make it Public: Ensure it is set to Public. Initialize: Check the box to Add a README file. 2. Create Your Game File

For a web-based game, you need an index.html file as your entry point. In your repository, click Add file > Create new file. Name the file index.html.

Full Text (Basic Template): Paste the following code to create a simple interactive prompt. Use code with caution. Copied to clipboard 3. Enable GitHub Pages Go to the Settings tab of your repository. On the left sidebar, click Pages.

Under Build and deployment, set the Source to Deploy from a branch.

Select the main branch and the / (root) folder, then click Save.

Wait a few minutes. Your game will be live at https://[your-username].github.io/[repo-name]/. Advanced Tools & Inspiration

Ready-to-use Engines: Use libraries like text-engine to handle complex parsing and room management.

AI Generation: Tools like Adventure Game Generator use OpenAI to create procedurally generated text content. Title: The Infinite Arcade You type it almost

Tutorials: For a deeper dive into game logic, check out the Text-Adventure-Tutorial for structured story building.

Searching for "github io games new" typically points to finding the latest browser-based games hosted on GitHub Pages (URLs ending in .github.io). These are often open-source, free, and frequently used as "unblocked" games for school or work environments. Popular New & Trending GitHub.io Games (2025–2026)

Several repositories and hosted sites aggregate the most recent releases for easy access: Action & Arcade: Awesome Tanks 2: Fast-paced vehicular combat. Geometry Dash Wave: A rhythm-based platformer. Lethal Sniper 3D: Army soldier simulation. N-Gon: A minimalist physics-based arcade game. Puzzle & Strategy:

Jumping Shell: A puzzle platformer focused on unique movement mechanics. Football Masters: A sports-themed strategy and puzzle game. Blumgi Slime: A physics-based platformer. Simulation & Social:

Bitlife: Life simulation game (often found in unblocked collections).

We Become What We Behold: A short social commentary game about the media.

Sprunki Series: Various music and creative phases (Phase 1, Phase 8, Incredibox). Where to Find More

You can browse direct lists and communities that track new uploads:

GitHub Game Off 2025 Winners: Explore top entries from GitHub's annual game jam, such as Waves-themed games.

Curated Gists: Developers often maintain lists like the Games on GitHub gist, which includes everything from simple JavaScript clones to complex RPGs.

Unblocked Aggregators: Sites like git-hubgames-2026.github.io or git-hub-games.github.io are specifically designed to host collections for browser play.

If you're looking for a specific genre (like RPGs or multiplayer shooters) or want to find a tutorial on how to host your own game, let me know! Github .io unblocked games - Symbaloo Library

Github . io unblocked games * io games unblocked github. * yohoho unblocked github. * unblocked games premium. * fnaf unblocked. * Symbaloo.com Github Games - Unblocked Github.io Games To Play in Browser

✨ Core Features

What Exactly Are GitHub io Games?

Before diving into the "new," let’s clarify the "what." GitHub is a development platform where coders store code. "Io" (short for input/output) refers to the .io top-level domain, originally assigned to the British Indian Ocean Territory but now synonymous with multiplayer browser games.

When developers finish a game, they often host it for free using GitHub Pages. The URL usually ends with github.io (e.g., username.github.io/game-name).

Why are "New" ones better? Old games suffer from latency issues, low player bases, and stale mechanics. New GitHub io games feature:


Tips for Playing New GitHub Games

Since these games are often in "Beta" or "Alpha," here are a few tips:

3. Idle & Strategy Hybrids

Combining the simplicity of .io with the depth of idle games. These games often run in the background while you manage resources or armies on a mini-map.


1. The Repository Structure

Part 7: Curated List of Developer Creators to Follow

Stop searching for generic terms and start following the people who make the top-tier new games.

  1. ndubiens – Creates hyper-casual puzzle games with striking minimalism. Every 2 weeks, they release a new concept.
  2. ScreamingPointer – Focuses on horror and atmospheric walking sims. Their "Pocket Mirror" series on GitHub.io is a masterpiece.
  3. MoscowGrave – The king of multiplayer .io games. Their recent release, TrenchWarfare.io, handles 50 players simultaneously on a single page using WebSockets.

How to track them: Go to their GitHub profile -> Click "Follow" -> Turn on "Watching" for their main repositories.


Part 5: Technical Deep Dive – What Makes a "Good" New Game?

When you click a link to a .github.io game, not everything is gold. Many "new" games are broken or unoptimized. Here is the three-second checklist for quality.

1. The Survival & Crafting Wave

Inspired by Minecraft and Rust, a new wave of 2D survival games is hitting GitHub. Look for titles that include resource gathering, base building, and team alliances.