Github - Only Games
Here are a few drafts for a post regarding "Only Games" on GitHub, depending on whether you are sharing a curated list, seeking contributions, or launching a new repository. Option 1: The "Curated Collection" Post
Learning Tool: Excellent for aspiring developers to study professional code [5, 16]. only games github
public float speed = 5.0f; public float jumpForce = 10.0f;Create a Repository: Set up a new project on GitHub and upload your game files (HTML, CSS, JavaScript, and assets). Enable GitHub Pages: Go to your repository Settings. Select Pages from the left sidebar. Set the Source to your "main" branch and click Save. Here are a few drafts for a post
- Tic-Tac-Toe with unbeatable AI
- Doodle Jump clone
- Canvas-based racing game
- Memory matching card game
The Future: GitHub Games as a Legitimate Platform
Microsoft (which owns GitHub) has taken notice. Recent updates to GitHub Pages increased bandwidth limits and added better gamepad API support. Meanwhile, community projects like "itch.io but on GitHub" are attempting to build launcher interfaces that aggregate "only games" repos into a Steam-like library. The Future: GitHub Games as a Legitimate Platform
: A meta-narrative game where you play as a character trapped in a digital world and must literally edit the game's source code to progress through the story. BrowserQuest
4. multiplayer-only-games
User: socket-labs
Specialty: Real-time multiplayer for two or more players using WebRTC (no central server needed).
You can play:
- Use
gameas the sole topic tag. - Explicitly state in README: “No non-game code.”
- Organize by genre (platformer, puzzle, RPG).
- Include a playable build (HTML5/WebGL).
- Exclude unit tests, CI configs, or documentation generators if they aren’t game-specific.