https://github.com/nickbytes/react-twine
☠ [Deprecated – started new repo TK] Creating a Twine-like game in React.js
https://github.com/nickbytes/react-twine
game-development game-engine game-of-life react twine
Last synced: about 2 months ago
JSON representation
☠ [Deprecated – started new repo TK] Creating a Twine-like game in React.js
- Host: GitHub
- URL: https://github.com/nickbytes/react-twine
- Owner: nickbytes
- Created: 2017-02-01T21:16:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T14:21:38.000Z (about 8 years ago)
- Last Synced: 2025-02-09T01:37:05.020Z (4 months ago)
- Topics: game-development, game-engine, game-of-life, react, twine
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📜 react-twine
Creating text-based adventure games, similar to [Twine](https://twinery.org), in React.Test URL: http://peddler-walrus-33707.netlify.com/
## Tools / Libs
* Styling – Aphrodite (+ tachyons-js ?)
* Routing – react-router
* State management – Top level component? Redux?## Fun feature wishlist
* Personalization – use User's name, location (like Seer's catalogue)
* Music 🎷 / sounds – certain parts of the game have sound
* Twilio – I'm imagining at some point in the game having to call or text a number and use response in game form field (microservices via lambda or now).
* Player to player interaction – no solid ideas here yet, but could be fun (web sockets seem cray).
* Saved game status – localstorage?## Agenda (SPOILERS!!!!!!!!!!)
* [ ] Create Index page
* [ ] Index page styles
* [ ] Index page heading
* [ ] Create Introduction Page (first of story)
* [ ] Include story's introduction
* [ ] Style Introduction Page
* [ ] Add revealing text blocks
* [ ] Add next container navigation
* [ ] Create train ride page
* Summary: Train switching scene, awake at stop in another world (is that lame?), magical creatures - frogs (why not?)
* [ ] Styling
* [ ] Add next container navigation
* https://www.youtube.com/watch?v=5ykMiOePuLU
* [ ] Create other dimension page
* Summary: 'Name' scene, picked up by mysterious person, rushed explanations of interdimensional peril, revelation you are not the main character in this narrative
* [ ] Styling
* [ ] Other dimension quest for gift
* Summary: ...
* [ ] Styling
* [ ] Return to Earth
* Summary: The Elixir, questions swirling, self-actualization of your place in scheme, attempts to prolong memories.
* [ ] Styling
* [ ] Birthday Party (Outro?)
* Summary: The startling realization, 'Wiped'.
* [ ] Styling* Misc
* [ ] Meta tags
* [ ] Analytics