Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrosen/random-game-ideas
A random game idea generator website.
https://github.com/benrosen/random-game-ideas
creativity-techniques game-development idea-generator ideas random-generation
Last synced: 4 months ago
JSON representation
A random game idea generator website.
- Host: GitHub
- URL: https://github.com/benrosen/random-game-ideas
- Owner: benrosen
- License: cc0-1.0
- Created: 2020-12-31T08:23:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T03:42:12.000Z (about 4 years ago)
- Last Synced: 2023-03-11T05:44:02.083Z (almost 2 years ago)
- Topics: creativity-techniques, game-development, idea-generator, ideas, random-generation
- Language: JavaScript
- Homepage: https://www.randomideas.link/
- Size: 274 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-game-ideas
![Website](https://img.shields.io/website?url=https%3A%2F%2Frandomideas.link) ![Maintenance](https://img.shields.io/maintenance/yes/2021) ![GitHub issues](https://img.shields.io/github/issues-raw/benrosen/random-game-ideas) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/benrosen/random-game-ideas)
[Click here][0] to generate a random idea for your next game project. Click anywhere to get another idea, or just refresh the page.
## Examples
Need some inspiration? Having trouble coming up with ideas for your new game? Feeling a little absurd? Try one of these on for size:
- fighting fishermen :fishing_pole_and_fish:
- a duckling vs antelopes :duck:
- compete for animes :jp:
- rhythms, but bosomed :notes:
- you are a wizard kevin :mage:
- watch out for stinko deodorants :nose:Unsatisfied? Visit [https://randomideas.link][0] to generate your own.
## How it works
First, a template is chosen randomly [from a list][1]. Then, [sentencer][3] is used to populate the template with random words. The result is displayed on the screen. That's it!
## Adding templates
Got an idea for a template? Great! Got ten ideas for templates? Even better! Add your idea(s) to [templates.js][1] and then [create a pull request][2]!
[0]: https://randomideas.link "random ideas"
[1]: https://github.com/benrosen/random-game-ideas/blob/f13823e7a846aa40dded173094f2f35fa03850b1/src/templates.js "templates"
[2]: https://github.com/benrosen/random-game-ideas/pulls "pull requests"
[3]: https://github.com/kylestetz/Sentencer "madlibs-style sentence templating"