Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).