
Android os simulator
Makemake a single html file that simulates a full android operating system interface with everything working smoothly and no major bugs. requirements: - it should behave like a real android os (home screen, app launching, basic navigation). - clean and responsive UI. include exactly 4 apps inside it: 1. flappy bird game (fully playable) 2. calculator (working for basic operations) 3. snake game (fully playable) 4. notes app (can create, edit, and save notes locally using browser storage) general features: - smooth transitions and interactions - app icons on home screen - clicking an app opens it in a fullscreen view - include a simple navigation system (home/back) technical constraints: - everything must be inside ONE html file - you can use html, css, and vanilla javascript (no build tools) - avoid bugs as much as possible
Prompt
make a single html file that simulates a full android operating system interface with everything working smoothly and no major bugs. requirements: - it should behave like a real android os (home screen, app launching, basic navigation). - clean and responsive UI. include exactly 4 apps inside it: 1. flappy bird game (fully playable) 2. calculator (working for basic operations) 3. snake game (fully playable) 4. notes app (can create, edit, and save notes locally using browser storage) general features: - smooth transitions and interactions - app icons on home screen - clicking an app opens it in a fullscreen view - include a simple navigation system (home/back) technical constraints: - everything must be inside ONE html file - you can use html, css, and vanilla javascript (no build tools) - avoid bugs as much as possible
A system prompt was added to support web rendering