jinc0930 / Clue

A game
2 stars 0 forks source link

What should we do first #48

Open jinc0930 opened 1 year ago

jinc0930 commented 1 year ago

All the ideas are fun and interesting but what should we do first...

mishimalisa commented 1 year ago

TL;DR let's start from this:

Long ver: First, review the pull request https://github.com/jinc0930/Clue/pull/46 which should help us add features in parallel and without fear of breaking things since we have a bunch of tests. And we can easily write more during the development.

Now, I think we can start by introducing new items or using the current ones and add functionality to them. And to obtain the special items we can create hidden puzzles.

One big question is where we want procedually random generated content vs hard coded content. I think just hard coding is easier and fun, but the game will become more predictable which i think is fine.

I made a new tracker here #49