by IlonaW
A crafting game, in which you can travel, forage, and cook, among other things. The game is played in the browser and requires registration. If you confirm your email address, you can have multiple characters (currently up to 7). It's allowed to cooperate between your own characters. You can make babies, which grow up into children you can use as free labor. Other players can take over child characters and start playing them.
Note that when I first started developing this, I assumed it would be an idle game, but it has developed in a direction that requires frequent input from the player or the characters won't do anything. Therefor I'm changing this to the roleplaying category.
I'm looking for feedback and suggestions. A lot of changes have been made based on user feedback, including turning off my favorite mechanic of intimidation (slavery), so I hope that this change makes the game more accepting to new players.
Domesticated animals can eat directly out of a trough, which makes feeding them much easier. There's a script that purges broken locks once a week. It's possible to use wicker for cooking/baking instead of firewood. Characters now have levels based on their XP. The craft menu unlocks gradually based on your level. Describing locations unlocks at level 7. Also, how much you can gather in one go is based on your level. Each level increases it by 5 ticks. Resting furniture (chairs, beds, sofas, benches) that creates an areal effect that boosts healing for everybody in the location. The craft menu shows if the resources and tools are available, and updates the check when the amount is changed. Horse cart mechanic is ready. While we don't have any horses yet, established players can request a test horse until the livestock merchant goes live. More pages have javascript timers that update every second instead of being a static number that only updates when the page is reloaded. There have also been some visual changes across the board.
Coming up next:
Mike 3 months ago
Mechanics Game GraphicsIlonaW 3 months ago
Hi, thank you so much for reviewing my gameIlonaW 3 months ago
Aw man, I wrote a long reply but it only posted the first row and then apparently deleted all the rest because there was an emoji and apparently that breaks the system. Let's see if I can summarize it from memory. - I could allow players to create one character with an unverified email address. They can't really do permanent damage, since there is no permadeath in the game, but the other day (before I put a cap on characters) someone created 11 characters and beat up a couple of people, creating 200+ events in the chat. - I could potentially edit the game so that 1 minute turns into 10 seconds and so forth. Currently the shortest supported timer is 1 minute, but it's changeable with programming, it just requires a bit of work. I'm mainly concerned that since all characters share the same world, if one player crafts all the items, there will be nothing left to accomplish for ones who come later. Some sort of deterioration can be a solution, and also when characters turn inactive and go on vacation, their inventory is inaccessible to others. Since machinery is available to everyone in a location, some sort of breakage/upkeep would have to be introduced, as well as buildings turning into ruins after a while. - About NPCs, currently when someone has a baby, it turns into an NPC after 7 days and can then be used to gather resources for you. The NPCs have no dialog trees, so it's true the world feels empty when PCs aren't saying anything. I'm not experienced with writing dialogue, so I'm going to have to think about how to make the game feel more alive. - I agree a graphical map would be good. I'm going to have to think about what sort of a visual look to go with. I suppose I could create placeholder graphics and upgrade them later when the kinks are ironed out. Again, thanks for taking the time to review this. I really appreciate it.