Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daveyarwood/color-clicker
WIP incremental game
https://github.com/daveyarwood/color-clicker
incremental-game
Last synced: about 1 month ago
JSON representation
WIP incremental game
- Host: GitHub
- URL: https://github.com/daveyarwood/color-clicker
- Owner: daveyarwood
- Created: 2024-01-21T03:58:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T23:00:15.000Z (11 months ago)
- Last Synced: 2024-10-13T15:44:28.148Z (2 months ago)
- Topics: incremental-game
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# color-clicker
## Development
To serve the app locally and automatically recompile whenever code changes:
```bash
yarn dev
```To automatically run tests every time code changes:
```bash
find . -type f -name '*.ts' | entr -r bash -c "npx vitest run"
```## Color currency
Reference:
* [Color models and color spaces][color-models-and-spaces]
* [A guide to modern CSS colors with RGB, HSL, HWB, LAB and
LCH][modern-css-colors]## TODO
* Admin panel to assist with development
* "Paid" features:
* Line wrapping
* Larger increments (e.g. 15, 30, 45)
* Auto-clicker
* Upgrade auto-clicker (increase rate/increment)
* Lotto ticket* Fake "ads" for the paid features ("tired of clicking?")
* Incorporate shapes as well, e.g. other characters from the [UTF-8 Geometric
Shapes][utf-geometric] charset. This could be useful for later in the game
when the scale goes up. For example, 10 ■ could equal 1 ▣, 100 ■ could equal 1
▧, etc.* Auto-conversion to different shapes (see above)
* Occasionally offer to upgrade to more "fashionable" shapes
* Squares => rounded squares => circles => fancy squares w/ crosshatch fill* Think about interesting ways to change the game later on
* Something kind of like Universal Paperclips
* Invest color currency on the stock market and/or cryptocurrency (ColorCoin)
* Something AI related?
* Society simulator? (jobs, à la Kittens game, Age of Empires)* Make this game more accessible to colorblind people, e.g. Monochrome mode
[color-models-and-spaces]: https://programmingdesignsystems.com/color/color-models-and-color-spaces/index.html
[modern-css-colors]: https://www.smashingmagazine.com/2021/11/guide-modern-css-colors/
[utf-geometric]: https://www.w3schools.com/charsets/ref_utf_geometric.asp