docs: filled in questionnaire

This commit is contained in:
2026-07-28 13:50:05 +07:00
parent 0d19e76b31
commit 03b6c5c484
+28 -48
View File
@@ -10,21 +10,23 @@
> *(e.g., "A first-person frog who navigates a dangerous road and river in a retro-inspired FPS.")* > *(e.g., "A first-person frog who navigates a dangerous road and river in a retro-inspired FPS.")*
A first person FPS game that highly customizable where almost all stats is open to changing with mechnacis changes stats. So every item or power is a modifier to everything. It isn't frogger the video game but a rogue-lite dungeon explorer that an FPS that you shoot spirits of different types of frogs (two 2D sprites).
--- ---
## 2. Core Concept ## 2. Core Concept
**What's the hook? What makes this interesting or different?** **What's the hook? What makes this interesting or different?**
- [ ] Retro/arcade feel (high score chasing, simple mechanics) - [X] Retro/arcade feel (high score chasing, simple mechanics)
- [ ] Narrative-driven (story, characters, world) - [ ] Narrative-driven (story, characters, world)
- [ ] Mechanic-first (unique twist on a genre) - [X] Mechanic-first (unique twist on a genre)
- [ ] Atmosphere/mood (immersive, experimental) - [ ] Atmosphere/mood (immersive, experimental)
- [ ] Other: _________________ - [ ] Other: _________________
**What genre does this fall under?** **What genre does this fall under?**
- [ ] Pure FPS (shooters, combat-focused) - [X] Pure FPS (shooters, combat-focused)
- [ ] Hybrid (FPS + puzzle/platformer/other) - [ ] Hybrid (FPS + puzzle/platformer/other)
- [ ] Arcade revival (Frogger-inspired with FPS twist) - [ ] Arcade revival (Frogger-inspired with FPS twist)
- [ ] Something else: _________________ - [ ] Something else: _________________
@@ -40,8 +42,8 @@
**What's the tone?** **What's the tone?**
- [ ] Serious/gritty - [ ] Serious/gritty
- [ ] Lighthearted/fun - [X] Lighthearted/fun
- [ ] Quirky/weird - [X] Quirky/weird
- [ ] Retro/nostalgic - [ ] Retro/nostalgic
- [ ] Horror-adjacent - [ ] Horror-adjacent
- [ ] Other: _________________ - [ ] Other: _________________
@@ -57,14 +59,14 @@
**What's the primary challenge?** **What's the primary challenge?**
- [ ] Reflexes/timing (like Frogger's road crossing) - [ ] Reflexes/timing (like Frogger's road crossing)
- [ ] Combat/aim (FPS gunplay) - [X] Combat/aim (FPS gunplay)
- [ ] Puzzle/logic (figure out how to proceed) - [ ] Puzzle/logic (figure out how to proceed)
- [ ] Resource management (ammo, health, etc.) - [X] Resource management (ammo, health, etc.)
- [ ] Combination: _________________ - [ ] Combination: _________________
**Win condition?** **Win condition?**
- [ ] Reach the end/goal - [X] Reach the end/goal
- [ ] Survive a wave/round - [ ] Survive a wave/round
- [ ] Complete objectives - [ ] Complete objectives
- [ ] High score chase - [ ] High score chase
@@ -72,52 +74,32 @@
--- ---
## 5. Frogger Inspiration ## 5. Scope & Vision
*Since this is "Frogger-FPS," how does Frogger influence the design?*
**Which Frogger elements carry over?** (check all that apply)
- [ ] Lane-based movement (must stay in lanes)
- [ ] Forward progression with danger on sides
- [ ] Timing-based hazards (cars, logs, etc.)
- [ ] Collectible items (ladies/frogs → ammo, health, keys?)
- [ ] Level stages (road → river → goal)
- [ ] Lives system
- [ ] None — pure FPS inspiration only
**What's the FPS twist on Frogger?**
> *(e.g., "Instead of just dodging cars, you shoot them. Or: the 'river' is a gauntlet of enemies you must eliminate.")*
---
## 6. Scope & Vision
**What kind of game do you want this to be?** **What kind of game do you want this to be?**
- [ ] **Prototype/vertical slice** — prove the core loop works - [ ] **Prototype/vertical slice** — prove the core loop works
- [ ] **Short experience** — one level, 10-15 min playtime - [ ] **Short experience** — one level, 10-15 min playtime
- [ ] **Full game** — multiple levels, progression, replayability - [X] **Full game** — multiple levels, progression, replayability
- [ ] **Jam game** — buildable in a weekend - [X] **Jam game** — buildable in a weekend
- [ ] **Learning project** — exploring Godot + C# - [X] **Learning project** — exploring Godot + C#
**What's the target platform?** **What's the target platform?**
- [ ] PC (Windows/Linux/Mac) - [X] PC (**Windows**/Linux/Mac)
- [ ] Web (HTML5) - [X] Web (HTML5)
- [ ] Console (Switch, etc.) - [ ] Console (Switch, etc.)
- [ ] Mobile - [ ] Mobile
- [ ] Not decided yet - [ ] Not decided yet
--- ---
## 7. Technical Preferences ## 6. Technical Preferences
**Art style direction?** **Art style direction?**
- [ ] Low-poly 3D - [ ] Low-poly 3D
- [ ] Pixel art / retro - [X] Pixel art / retro
- [ ] Stylized/abstract - [ ] Stylized/abstract
- [ ] Realistic - [ ] Realistic
- [ ] No preference — AI can decide - [ ] No preference — AI can decide
@@ -127,31 +109,31 @@
> *(e.g., "Double jump," "grappling hook," "time slow," "weapon switching")* > *(e.g., "Double jump," "grappling hook," "time slow," "weapon switching")*
2 weapons, basic melee, resource management and limit inventory, curse + boon system, actual projectiles (no ray scans weapons), procedural generation rooms (selecting hand-made rooms to put together)
**Anything you definitely DON'T want?** **Anything you definitely DON'T want?**
> *(e.g., "No multiplayer," "no procedural generation," "keep it single-player only")* > *(e.g., "No multiplayer," "no procedural generation," "keep it single-player only")*
Single player
--- ---
## 8. References & Inspiration ## 7. References & Inspiration
**Games that capture the vibe you're going for:** **Games that capture the vibe you're going for:**
1. _________________ 1. Sulfur
2. _________________ 2. Rogue
3. _________________ 3. Brotato
**Any art/music references?**
> *(Links, screenshots, or descriptions)*
--- ---
## 9. Next Steps ## 8. Next Steps
**What's the first thing you want to build?** **What's the first thing you want to build?**
- [ ] Core movement (WASD + look) - [X] Core movement (WASD + look)
- [ ] A basic level/arena - [ ] A basic level/arena
- [ ] One enemy type with AI - [ ] One enemy type with AI
- [ ] Weapon/shooting mechanic - [ ] Weapon/shooting mechanic
@@ -159,5 +141,3 @@
- [ ] Something else: _________________ - [ ] Something else: _________________
--- ---
*Once you fill this out, we'll use it to guide development. Just paste your answers back and we'll get to work.*