Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yomimono/camels
camels game
https://github.com/yomimono/camels
game idle incremental ocaml
Last synced: 3 months ago
JSON representation
camels game
- Host: GitHub
- URL: https://github.com/yomimono/camels
- Owner: yomimono
- Created: 2019-09-26T16:29:38.000Z (over 5 years ago)
- Default Branch: primary
- Last Pushed: 2023-11-07T00:39:41.000Z (about 1 year ago)
- Last Synced: 2023-11-08T06:36:11.384Z (about 1 year ago)
- Topics: game, idle, incremental, ocaml
- Language: OCaml
- Size: 17.6 KB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# how do I play?
Use the arrow keys (or vi-keys, if you prefer) to choose an action from the list of highlighted things. Do that action by pressing space or enter. Keep doing that until you've won or decide to go do something else.
# how do I win?
Excellent question. Next!
# how do I install?
It's [camels](https://opam.ocaml.org/packages/camels/) on opam. [Install opam](https://opam.ocaml.org/doc/Install.html) and then you can install with:
```
opam install camels
```# i don't like emoji :(
Consult `camels --help` for alternative invocation modes.
# it's slow :(
You're running it on a potato. You can disable expensive floating-point eye candy; consult `camels --help` to see how.
# this game makes a camels.sav in my current directory???
Sure does. You can tell it to save somewhere else with `camels -f`.