https://github.com/benallfree/highnoon
MMO cowboy shootout for X (Chrome extension)
https://github.com/benallfree/highnoon
chrome chrome-extension cowboy game mmo-game twitter web-game
Last synced: 3 months ago
JSON representation
MMO cowboy shootout for X (Chrome extension)
- Host: GitHub
- URL: https://github.com/benallfree/highnoon
- Owner: benallfree
- License: mit
- Created: 2025-04-19T22:06:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T18:31:34.000Z (6 months ago)
- Last Synced: 2025-04-22T22:17:12.075Z (5 months ago)
- Topics: chrome, chrome-extension, cowboy, game, mmo-game, twitter, web-game
- Language: TypeScript
- Homepage: https://high-noon.benallfree.com
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# High Noon ðŸ¤
A Chrome extension that brings the Wild West to X (Twitter). Challenge other users to quick-draw shootouts with randomly appearing cowboys!
## Features
- Random cowboy appearances on X
- Quick-draw shootout mechanics
- Real-time multiplayer challenges
- Classic western aesthetic## Installation
1. Clone this repository
2. Install dependencies:
```bash
bun install
```
3. Build the extension:
```bash
bun run build
```
4. Load the extension in Chrome:
- Open Chrome and navigate to `chrome://extensions/`
- Enable "Developer mode"
- Click "Load unpacked"
- Select the `dist` directory## Development
This project uses:
- TypeScript
- Parcel
- VanJS
- Vanilla Extract## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
MIT License - see the [LICENSE](LICENSE) file for details.