Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauragift21/cf-madlibs-game
A MadLib Game powered by Cloudflare Workers
https://github.com/lauragift21/cf-madlibs-game
Last synced: about 4 hours ago
JSON representation
A MadLib Game powered by Cloudflare Workers
- Host: GitHub
- URL: https://github.com/lauragift21/cf-madlibs-game
- Owner: lauragift21
- Created: 2023-11-17T10:50:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T06:41:14.000Z (12 months ago)
- Last Synced: 2024-05-02T00:59:36.912Z (7 months ago)
- Language: TypeScript
- Size: 933 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudy MadLib Game
Cloudy Madlibs is a fun, interactive game that revitalizes the classic word game experience with a tech-savvy twist. Aimed at both developers and word-game enthusiasts, this game invites players to craft hilarious and unexpected stories by filling in the blanks with their own words.
## How to Play
- Select a story template.
- Choose your words and fill in the missing blanks.
- Read and enjoy your unique, often hilarious creation.
- Share your stories with friends or on social media.### Running Locally
```sh
git clone [email protected]:lauragift21/cf-madlibs-game.git
```![madlibs-demo](./madlibs.png)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run pages:dev` | Starts local dev server at `localhost:4321` |
| `npm run pages:deploy` | Build your production site to `./dist/` and deploy to Cloudflare Pages |## 👀 Want to learn more?
Feel free to check [our documentation](https://developers.cloudflare.com/) or join us on our [Discord server](https://discord.gg/cloudflaredev).