Game Creation Guide

Learn how to create and upload your first browser game to Share.Games

Quick Start
Get started in 3 simple steps
1️⃣

Create Your Game

Use HTML, CSS, and JavaScript

2️⃣

Upload Files

Include your index.html and assets

3️⃣

Share & Earn

Earn 70% of ad revenue from plays

Simple Game Template
Download this template to get started immediately

What's included:

  • Complete HTML structure
  • CSS styling for a game interface
  • Basic JavaScript game logic
  • Click counter game example
Technical Requirements
What you need to know to create games for Share.Games

✅ Supported

  • HTMLMain game file (index.html required)
  • CSSStyling and animations
  • JavaScriptGame logic and interactivity
  • ImagesPNG, JPG, GIF formats
  • AudioMP3, WAV formats
  • JSONConfiguration and data files

❌ Not Supported

  • • Server-side code (PHP, Python, etc.)
  • • Database connections
  • • External API calls (security restrictions)
  • • File uploads from users
  • • WebSocket connections
  • • Browser plugins or extensions
Step-by-Step Upload Process
Detailed instructions for uploading your game

Step 1: Prepare Your Files

  • • Ensure you have an HTML file (will be detected as main file)
  • • Keep all files in a single folder
  • • Use relative paths for assets (./images/sprite.png)
  • • Test your game locally first

Step 2: Create Game Record

  • • Go to the Upload page
  • • Fill in game title (required)
  • • Add description, category, and tags
  • • Set game dimensions (800x600 recommended)

Step 3: Upload Files

  • • Drag and drop your files into the upload area
  • • Or click to browse and select files
  • • Make sure your main HTML file is included
  • • Review the file list before submitting

Step 4: Submit & Review

  • • Click "Create Game" to submit
  • • Your game will be pending approval
  • • Once approved, it will be publicly available
  • • Start earning revenue from ad views!
Simple Game Ideas for Beginners
Easy game concepts you can build with basic HTML/CSS/JavaScript

🎯 Click Games

Simple point-and-click mechanics

  • • Cookie clicker style
  • • Whack-a-mole
  • • Button mashing

🧩 Puzzle Games

Logic and thinking games

  • • Tic-tac-toe
  • • Memory matching
  • • Simple math puzzles

🏃 Action Games

Movement and timing based

  • • Snake game
  • • Simple platformer
  • • Dodge the obstacles

🎲 Chance Games

Random and luck-based mechanics

  • • Dice rolling
  • • Slot machine
  • • Lottery picker
Pro Tips for Success
Best practices to make your games stand out

🎨 Design Tips

  • • Use contrasting colors for better visibility
  • • Keep the interface simple and intuitive
  • • Add visual feedback for user actions
  • • Make sure text is readable
  • • Test on different screen sizes

💡 Gameplay Tips

  • • Start with simple mechanics
  • • Add a scoring system
  • • Include clear instructions
  • • Provide restart/reset functionality
  • • Consider adding sound effects

Ready to Create Your Game?

Download the template above or start from scratch