generated from mwc/project_game
Created a game proposal. I will be creating a simple maze game. I think i will struggle with coming up with a maze layout
859 B
859 B
Game Proposal
Game Overview
Title: Escape the Maze
Vision: A puzzle style game where the player must complete a maze. I think it's compelling because it combines problem solving and interactive play.
Layout: A grid based maze with a player and exit.
Objective: Player uses arrow keys to navigate and end the game by reaching the exit.
Core Mechanics
- Player movement: Move one step at a time using arrow keys.
- Collision detection: Prevents player from walking through walls.
- Win condition: End the game when the player reaches the exit.
Milestone
- Player agent moves correctly.
- Walls block movement.
- Exit agent ends the game when reached.
- (Optional) Add scoring, timer, or multiple levels.
Challenges
- Designing the maze
- Implementing collision detection
- Adding optional features