Minecraft 11

By Just Sparrow

Just Sparrow

0 subscribers

Based on the following code

Minecraft 10

Minecraft 10

Just Sparrow

9 views · 2h ago

4 views·1h ago

About

This project is a recreate of Minecraft 10 — built by clicking "Recreate" and giving Claude (by Anthropic) an additional prompt. This update focuses on polishing the start screen. The plain "Click to Play" overlay has been replaced with a Minecraft-style logo featuring a blocky, 3D-extruded title text, a pulsing "Click to Play" subtitle, and a friendly "Please Subscribe & Like!" message at the bottom. First impressions matter — even for a code project.

Prompt Used

Make the following changes to the overlay screen (the "Click to Play" screen shown before pointer lock): Change 1: Add a Minecraft-style logo Replace the current plain <h2>Click to Play</h2> with a Minecraft-style title treatment:

Add a large title text that says "Minecraft" styled to evoke the classic Minecraft logo feel:

Use a bold, blocky/pixelated aesthetic. Apply font-family: 'Courier New', monospace or similar monospace font as a fallback since we can't load custom fonts. Large font size (~48-56px), bold weight, uppercase or capitalized. Add a strong text-shadow to simulate the 3D embossed/extruded look of the original logo: use multiple layered text-shadow values stepping downward and to the right in a dark color (e.g., 2px 2px 0 #3a3a3a, 4px 4px 0 #2a2a2a, 6px 6px 0 #1a1a1a) to create a faux-3D depth effect. Letter-spacing of ~4-6px to give it a wide, blocky feel. Main text color: a earthy green (#4a8b3a) or stone gray (#8a8a8a) reminiscent of Minecraft's palette.

Keep "Click to Play" as a subtitle below the logo, smaller (~18-20px), with a subtle pulsing opacity animation (CSS keyframes, cycling between opacity 0.5 and 1.0 over ~2s) to draw attention. Keep "ESC to release cursor" as a small hint below that.

Change 2: Add a subscribe/like prompt Add a line at the bottom of the overlay (below all existing content, with some margin-top spacing) that says: "Please Subscribe & Like!" Style it as:

Font size ~14-16px Semi-transparent white color (rgba 255,255,255,0.55) Gentle, friendly feel — optionally add a subtle text-shadow glow

The overlay's vertical layout from top to bottom should be: Minecraft logo → "Click to Play" (pulsing) → "ESC to release cursor" → (spacer) → "Please Subscribe & Like!"

How to Use

Getting Started

  • Click the canvas to lock your cursor and start playing
  • Press Escape to release the cursor

Movement

  • W — Move forward
  • A — Move left
  • S — Move backward
  • D — Move right
  • Space — Jump

Camera

  • Move your mouse to look around (while pointer lock is active)

Block Selection

  • Click an inventory slot at the bottom of the screen, or press 1 (Grass), 2 (Dirt), 3 (Stone), 4 (Wood)

Building & Breaking

  • Left-click to break a block
  • Right-click to place the selected block type
  • Each block type has its own unique break and place sound
  • A crosshair in the center of the screen shows where you're aiming

Want to take it further? Click "Recreate" to build on this version — try adding a main menu with settings, a world seed selector, or a creative/survival mode toggle!

More

If you enjoyed this, please hit the like button and subscribe! Your support helps us create more cool stuff on Coddie.

Loading comments...

Other Codes

No other codes yet