Collandbuild version 1.0.0
The first full release of Collandbuild.
Changes compared to 0.2: numerous bugs fixed, new settings added, new mobs added, mob behavior improved, cheats added, XP counter added, new items added, ability to craft items instead of just mining them added, and a few more changes.
Full description of the game:
Collandbuild is a minimalist C-based game with ASCII graphics. You play as the main player (indicated by the "*" symbol on the board), and use the W/S/A/D keys to move. In addition to the player, there are also NPC mobs in the game, such as: "@" (dog; a peaceful mob that does not deal damage, but can be killed and tramples flowers), "&" (marauder; an aggressive mob that constantly tries to catch up with the player and deals damage, but cannot pass through certain obstacles, such as "#"; it can be killed, but only if you already have at least 1 XP), "R" (robot; a very powerful mob, so strong that it cannot be encountered in the game without cheats; it chases everyone and kills everyone; it cannot be killed).
If you select the "s" map mode, the game will generate a map based on the seed. The following items will spawn naturally: "#" (rock; just a rock), "+" (dirt), "^" (spikes; deals damage), " " (void/air; does nothing; can't be picked up).
Crafting is one of the most interesting parts of the game (added in 1.0.0). With this function you can create: "~" (gravel; does nothing, purely decorative; created from 2 stones and 2 dirt; to create you need to select "1" after entering the crafting menu), "!" (flower; if you have less than 15 HP, it will improve your health; it can be trampled by a dog; made from 2 thorns and 2 dirt; to create you need to select "2" after entering the crafting menu), "=" (wood; its main function is to remotely destroy the marauder; made from 2 thorns and 2 flowers; to create you need to select "3").
List of cheats:
"t" - Teleports the player to the selected point.
"s" - Spawns a mob (1 - Dog, 2 - Marauder, 3 - Robot).
"v" - Changes HP and XP counters.
Key list:
"q" - Exit the game.
"x" - Collect an item.
"z" - Place the selected item (1 - Stone, 2 - Dirt, 3 - Spikes, 4 - Gravel, 5 - Flower, 6 - Wood).
"t" - Enter cheat mode (only works if this function is activated at the start of the game).
"c" - Enter the item crafting menu (1 - Gravel, 2 - Flower, 3 - Wood).
"k" - Kill a mob.
"n" - Revive the dog (works only with XP greater than 3).
To fully explore all the game's features, I recommend carefully studying its source code!
Good luck, user!