Skip to content

a random game for hack club daydream DC

License

Notifications You must be signed in to change notification settings

Broseph9972/Daydream-DC

Repository files navigation

Simple 2D Platformer

A basic 2D platformer game built with Godot 4.5.

How to Play

  • Move Left: A key or Left Arrow
  • Move Right: D key or Right Arrow
  • Jump: Spacebar or Up Arrow

Game Features

  • Blue square player character
  • Multiple platforms to jump between
  • Smooth movement and jumping mechanics
  • Camera follows the player

Running the Game

  1. Open the project in Godot
  2. Press F5 or click the Play button
  3. Select "Main" as the main scene when prompted

Project Structure

  • scenes/Player.tscn - Player character scene
  • scenes/Level.tscn - Level with platforms
  • scenes/Main.tscn - Main scene that combines everything
  • scripts/Player.gd - Player movement and jumping logic

The player is currently represented by a blue square. You can replace the ColorRect in the Player scene with your custom sprite when ready!

About

a random game for hack club daydream DC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published