Hey everyone!
Here’s my project GitHub - namakemonodev/Crow-Commerce: A simple app for Node.js (please let me know if the link doesn’t work, I’m new to this!)
Basically, I was trying to think of what to do, and there were a lot of crows around, and I got to thinking about how crows sometimes will develop a gifting relationship with humans. So… in this project, you call a crow. There are 5 different types of crows, each with their own probability of showing up, personality, and gift sets based on that personality. Because of the varying amounts of gifts among the crows, I don’t have the most concise code, so any suggestions would be appreciated.
Anyway, as I said, each crow has their own gift set and those range from 3 to 8 different gifts and then each possible gift has two possible reactions “you” give to them.
Therefore, the 3-part “message” ends up being:
The crow you call (and commentary on them)
The gift you got from them
Your reaction to the gift
Some of the items are inside jokes and/or based on Japan (as I live here), but I think anyone can find it amusing.
Anyway, let me know what you think! One day, I think it would be nice to turn it into a web-based app so anyone can waste time on it.