Skip to content

Commit cc8c0fa

Browse files
authored
Add files via upload
1 parent ed13ffc commit cc8c0fa

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# StoryPlay
2+
3+
StoryPlay is a **Twine-inspired visual story builder** for creating branching interactive fiction using a node-based editor, playable preview mode, variables, conditions, and choice-driven game logic.
4+
5+
## Features
6+
- Node-based visual story editor
7+
- Branching narrative design
8+
- Play Preview mode to simulate stories
9+
- Story variables (health, inventory, flags)
10+
- Conditional choices
11+
- Choice effects that modify variables
12+
- Node search and zoom
13+
14+
## Tech Stack
15+
React • Vite • React Flow • JavaScript
16+
17+
## Running Locally
18+
19+
npm install
20+
npm run dev
21+
22+
Then open http://localhost:5173
23+
24+
## Planned Features
25+
- Node enter effects
26+
- Chat-style story blocks
27+
- Countdown timer challenges
28+
- Puzzle widgets
29+
- Inventory system
30+
- Mini‑games

0 commit comments

Comments
 (0)