https://github.com/acheronfail/rttw
Return true to win clone
https://github.com/acheronfail/rttw
code-golf create-react-app puzzle return-true
Last synced: 8 days ago
JSON representation
Return true to win clone
- Host: GitHub
- URL: https://github.com/acheronfail/rttw
- Owner: acheronfail
- Created: 2017-12-29T01:38:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:50:42.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T21:05:22.576Z (over 1 year ago)
- Topics: code-golf, create-react-app, puzzle, return-true
- Language: TypeScript
- Homepage:
- Size: 2.83 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Return true to win
This is a clone of the great online game [return true to win](https://alf.nu/ReturnTrue).
I made this because the website had been down for a while and I wanted to play that game.## See it in action

## Using this project
#### Requirements
This project requires the following to be installed:
- [NodeJS](https://nodejs.org/en/)
- [`yarn`](https://yarnpkg.com/en/) (install with `npm i -g yarn` once you have node)
- [MongoDB](https://docs.mongodb.com/manual/installation/)#### Getting Started
If everything is working as expected, install all dependencies:
```bash
yarn # install dependencies, link packages in workspace together
```And to start a local development server, run:
```bash
yarn start # Requires `tmuxinator` to be installed
```