An open API service indexing awesome lists of open source software.

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

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